Inspect and view changes in Translate for Tosbase 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": {
"scripts": [
"scripts/jquery.js",
"scripts/background.js"
]
},
"browser_action": {
"default_icon": "icons/icon19.png",
"default_popup": "popup.html",
"default_title": "Translate for Tosbase"
},
"content_scripts": [
{
"js": [
"scripts/jquery.js",
"scripts/content_script.js"
],
"matches": [
"<all_urls>"
]
}
],
"description": "瀏覽Tosbase時,翻譯大部分的專有名詞",
"icons": {
"16": "icons/icon16.png",
"48": "icons/icon48.png",
"128": "icons/icon128.png"
},
"manifest_version": 2,
"name": "Translate for Tosbase",
"permissions": [
"contextMenus"
],
"version": "1.2.3resigned1",
"applications": {
"gecko": {
"id": "wingchord@translateForTosbase",
"strict_min_version": "45.0"
}
}
}