Michal Růžička

내 정보

개발자 정보
이름 Michal Růžička
사는 곳 Rokycany
가입한 날짜 9월 28, 2019
개발한 부가 기능 수 부가 기능 0개
이 개발자의 부가 기능의 평균 별점 아직 별점 없음

내 검토

Keep in Taskbar

5점중 5점 받음

Thanks @Tinnyx, works beautifully.

전에 이 사용자는 이 부가 기능에 1개 검토를 했습니다.

Keep in Taskbar

5점중 4점 받음

Hey @Tinnyx, I've been using this plugin for years now and I'm not planning to stop doing so despite it no longer works with the current version of TB.
Fortunately it turns out it is enough the update the plugin's metadata as described here: https://developer.thunderbird.net/add-ons/updates/overlays

I took a stab at it and here is a manifest.json which works for me (please note that I've added some icon sizes):
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "keepintaskbar@zilak.sk",
"strict_min_version": "68.0"
}
},
"name": "Keep in Taskbar",
"description": "A simple plugin that makes the Close button behave exactly like the Minimize one.",
"version": "2.0",
"author": "Martin Žilák",
"icons": {
"32": "chrome/content/icon32x32.png",
"48": "chrome/content/icon48x48.png"
},
"legacy": {
"type": "xul"
}
}
Would you care to release a new version, using the above manifest? (I hereby give up any rights to it, so please use it as you see fit.)
Thank you,
Michal Růžička

이 검토는 현재 부가 기능의 이전 (1.11) 버전에 대한 것입니다.