Inspect and view changes in Arc Theme Close Button source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"applications": {
"gecko": {
"id": "Close.trampover@gmail.com",
"strict_min_version": "57.0a1"
}
},
"name": "__MSG_extensionName__",
"version": "1.0.3resigned1",
"description": "__MSG_extensionDescription__",
"icons": {
"48": "icons/icon.svg"
},
"browser_action": {
"browser_style": false,
"default_title": "__MSG_actionTitle__",
"default_icon": "icons/icon.svg",
"theme_icons": [
{
"dark": "icons/icon.svg",
"light": "icons/icon-light.svg",
"size": 16
}
],
"default_area": "tabstrip"
},
"background": {
"scripts": [
"background.js"
]
},
"default_locale": "en"
} ベストのArc Theme Close Button代替案
Arc Theme Close Buttonに類似したFirefox add-onをいくつか紹介します:
Arc Theme Button Minimize
Firefox user 12528072
Arc Theme Maxmimiz Button
Firefox user 12528072
OS style Close Window Button
Firefox user 12528072
CloseButton
Toaster
Close Window Button
jingyu9575
Close Current Tab Button
David "Kravimir" S.
Simple Close Tab button
amokk
Meomundo Close Tab Button
Chris Doerr
Breeze Close Button
Andrey Orst
Close Tab Icon
gglin001