Firefox user 90c846

내 정보

개발자 정보
이름 Firefox user 90c846
가입한 날짜 11월 29, 2022
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

Sieve

5점중 4점 받음

value for strict_max_version of extension's manifest.json is not set properly (set to 102.0)
works fine for me with some edits:
1. download sieve-0.6.1-tb.xpi manually
2. unzip the file to different directory
3. change value to "102.*"
4. zip again and manually install

for linux users:

cd <into directory with downloaded file>
mkdir sieve-0.6.1-tb; cd sieve-0.6.1-tb; unzip ../sieve-0.6.1-tb.xpi
sed -i 's!"strict_max_version" : "102.0"!"strict_max_version" : "102.*"!g' manifest.json
zip -r ../sieve-0.6.1-tb_edited.xpi ./

Manually installation from file via thunderbird addons tab.

:-)