By: Jun880
Inspect and view changes in FontScout source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 2,
"name": "FontScout",
"version": "1.0",
"description": "Identify and provide information about fonts used on web pages",
"icons": {
"48": "icons/icon-48.png",
"96": "icons/icon-96.png"
},
"permissions": [
"activeTab",
"storage",
"<all_urls>"
],
"browser_action": {
"default_icon": "icons/icon-48.png",
"default_title": "FontScout",
"default_popup": "popup/popup.html"
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
]
}
],
"browser_specific_settings": {
"gecko": {
"id": "{2b66ae5a-2225-4018-b4a2-239bcf46f90c}"
}
}
} Best FontScout Alternatives
Here are some Firefox add-ons that are similar to FontScout: