By: script.js
Inspect and view changes in EasyStyle source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "EasyStyle",
"version": "1.0",
"description": "Add custom stylesheets to any page",
"permissions": [
"storage",
"tabs"
],
"icons": {
"48": "icon.png"
},
"browser_action": {
"default_icon": "icon.png",
"default_title": "Options",
"default_popup": "options.html"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"skin.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "easystyle@script-js.github.io"
}
}
} Best EasyStyle Alternatives
Here are some Firefox add-ons that are similar to EasyStyle: