Inspect and view changes in Fan Translator source codes across current and past versions
Please login to examine the extension's source code.
manifest.json
{
"manifest_version": 3,
"name": "Fan",
"description": "Immersive page translation with selection, hover, and LLM providers",
"version": "1.0.0",
"icons": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
},
"permissions": [
"storage",
"activeTab",
"contextMenus",
"scripting",
"tabs"
],
"host_permissions": [
"<all_urls>"
],
"action": {
"default_popup": "popup.html",
"default_title": "Fan",
"default_icon": {
"16": "icon/16.png",
"32": "icon/32.png",
"48": "icon/48.png",
"128": "icon/128.png"
}
},
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"commands": {
"translate-page": {
"suggested_key": {
"default": "Alt+T"
},
"description": "Translate the current page"
},
"clear-translations": {
"suggested_key": {
"default": "Alt+Shift+T"
},
"description": "Clear page translations"
}
},
"browser_specific_settings": {
"gecko": {
"id": "fan@translator.local",
"strict_min_version": "140.0",
"data_collection_permissions": {
"required": [
"websiteContent"
]
}
}
},
"background": {
"scripts": [
"background.js"
]
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"run_at": "document_idle",
"js": [
"content-scripts/content.js"
]
}
]
} Best Fan Translator Alternatives
Here are some Firefox add-ons that are similar to Fan Translator: