Firefox 使用者 90c846
關於我
名稱 | Firefox 使用者 90c846 |
---|---|
加入日期 | Nov. 29, 2022 |
參與開發的附加元件數量 | 0 個附加元件 |
此開發者的附加元件平均分數 | 未經評分 |
我所發表的評論
Sieve
評分: 4 / 5 顆星
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.
:-)
如果您要新增自己的收藏集,你必須先申請一個 Mozilla 附加元件的帳號。