提供元: 6623maxnet
Inspect and view changes in Dark de Toggle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "Dark Mode Toggle",
"version": "1.0.0",
"description": "Toggle dark mode on any page, remember per-site.",
"icons": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
},
"permissions": [
"activeTab",
"tabs",
"storage"
],
"browser_action": {
"default_title": "Dark Mode Toggle",
"default_popup": "popup.html",
"default_icon": {
"16": "icons/icon-16.png",
"32": "icons/icon-32.png",
"48": "icons/icon-48.png",
"128": "icons/icon-128.png"
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_idle"
}
],
"browser_specific_settings": {
"gecko": {
"strict_min_version": "109.0",
"id": "{4f1e2d5f-3fa6-4edc-9d82-92be11bf550c}"
}
}
} ベストのDark de Toggle代替案
Dark de Toggleに類似したFirefox add-onをいくつか紹介します: