By: TIP88
Inspect and view changes in Change Webpage Fonts source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"author": "Kirill Bulygin",
"background": {
"scripts": [
"background/background.js"
]
},
"browser_action": {
"default_icon": {
"128": "icons/icon_128.png"
},
"default_popup": "popup/main_popup.html",
"default_title": "Page font"
},
"content_scripts": [
{
"all_frames": true,
"js": [
"content_scripts__run_at_end.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
},
{
"all_frames": true,
"js": [
"content_scripts__run_at_start.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_start"
}
],
"description": "Change Webpage Fonts",
"icons": {
"128": "icons/icon_128.png"
},
"manifest_version": 2,
"name": "Change Webpage Fonts",
"permissions": [
"storage",
"tabs",
"activeTab"
],
"update_url": "https://clients2.google.com/service/update2/crx",
"version": "0.0.1",
"browser_specific_settings": {
"gecko": {
"id": "{53696b4e-a2be-44cd-a1c4-00d00f6836a6}"
}
}
} Best Change Webpage Fonts Alternatives
Here are some Firefox add-ons that are similar to Change Webpage Fonts: