Inspect and view changes in Translator source codes across current and past versions
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"persistent": true,
"scripts": [
"content/js/common/FExtension.js",
"content/browser/js/FBrowser.js",
"content/browser/chrome/FBrowserChrome.js",
"content/js/common/FStorage.js",
"content/js/bg/bg_inliner.js",
"content/js/bg/background.js"
]
},
"browser_action": {
"default_icon": "content/img/icon.png",
"default_popup": "content/html/popup/router.html",
"default_title": "__MSG_extName__"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"content/css/translator.css"
],
"js": [
"content/js/common/FExtension.js",
"content/browser/js/FBrowserInject.js",
"content/browser/chrome/FBrowserInjectChrome.js",
"content/js/common/FStorage.js",
"content/js/inject/translator.js",
"content/js/inject/data.js",
"content/js/inliner/inliner_core.js",
"content/js/inliner/inliner_request.js",
"content/js/inliner/inject.js"
],
"matches": [
"*://*/*"
]
},
{
"all_frames": false,
"js": [
"content/js/inject/content.js"
],
"matches": [
"<all_urls>"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' https://ssl.google-analytics.com https://translate.google.com; object-src 'self'",
"default_locale": "en",
"description": "__MSG_extDescription__",
"icons": {
"16": "content/img/icon16.png",
"32": "content/img/icon32.png",
"48": "content/img/icon48.png",
"128": "content/img/icon128.png"
},
"manifest_version": 2,
"name": "__MSG_extName__",
"options_page": "content/html/options/options.html",
"permissions": [
"http://*/*",
"https://*/*",
"contextMenus",
"unlimitedStorage",
"storage",
"tabs"
],
"short_name": "MyTranslator",
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx",
"version": "1.93",
"web_accessible_resources": [
"content/html/options/options.html",
"content/html/popup/translator.html",
"content/html/popup/dictionary.html",
"content/html/options/history.html",
"content/html/options/options-bbl.html",
"content/html/options/feedback.html",
"content/img/util/settingsb.png",
"content/img/util/bfeedback.png",
"content/img/util/bhelp.png",
"content/img/util/delete.png",
"content/img/util/arrow.png",
"content/img/util/bg.png",
"content/img/util/bg2.png",
"content/img/util/bg3.png",
"content/img/util/imtranslator-s.png",
"content/img/util/indicator.gif",
"content/img/util/copy.png",
"content/img/util/tts.png",
"content/img/util/tts-voice.png",
"content/img/util/ttsvoice.png",
"content/img/util/font-on.png",
"content/img/util/select.png",
"content/img/util/font.png",
"content/img/util/pin-on.png",
"content/img/util/pin-off.png",
"content/img/util/donate.png",
"content/img/util/bhistory.png",
"content/img/util/switchb.png",
"content/img/util/loading.gif",
"content/img/util/up.png",
"content/img/util/down.png",
"content/img/util/bbl-logo.png",
"content/img/util/show.png",
"content/img/util/hide.png",
"content/img/util/settings.png",
"content/img/util/help.png",
"content/img/util/history.png",
"content/img/util/play.png",
"content/img/util/pause.png",
"content/img/util/volume.png",
"content/img/util/novolume.png",
"content/img/util/speak.png"
]
}