Par : MrChoke
Inspect and view changes in Universal Dynamic Theme Editor source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Universal Dynamic Theme Editor",
"version": "1.0",
"description": "Tools for real-time CSS customization and exporting the results for practical use.",
"author": "mrchoke@gmail.com",
"permissions": [
"storage",
"activeTab",
"contextMenus"
],
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"action": {
"default_popup": "html/popup.html",
"default_title": "Universal Theme Editor",
"default_icon": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
}
},
"background": {
"scripts": [
"js/background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"js/globals.js",
"js/ui-components.js",
"js/element-handlers.js",
"js/style-applier.js",
"js/event-listeners.js",
"js/toolbox-populators.js",
"js/options-panel.js",
"js/main.js"
],
"css": [
"css/style.css"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "universal-theme-editor@mrchoke.com",
"strict_min_version": "109.0"
}
}
} Meilleures alternatives Universal Dynamic Theme Editor
Voici quelques Firefox add-ons qui sont similaires à Universal Dynamic Theme Editor :