Inspect and view changes in VIKI: Dịch Anh - Việt Online 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": [
"js/background.js"
]
},
"browser_action": {
"default_icon": "icon.png",
"default_popup": "popup.html",
"default_title": "VIKI-Translator * Dịch Anh - Việt Online"
},
"content_scripts": [
{
"all_frames": true,
"css": [
"css/contents.css"
],
"js": [
"js/contents.js",
"js/common.js",
"js/jquery321.min.js"
],
"matches": [
"*://*/*",
"file:///*/*"
]
}
],
"description": "Phần mềm dịch chính xác tiếng Anh - tiếng Việt online và miễn phí.",
"icons": {
"16": "icon.png",
"32": "icon.png",
"48": "icon.png",
"128": "icon.png"
},
"manifest_version": 2,
"name": "VIKI: Dịch Anh - Việt Online",
"permissions": [
"http://*/*",
"https://*/*",
"contextMenus",
"tabs",
"storage"
],
"version": "1.0.3resigned1",
"browser_specific_settings": {
"gecko": {
"id": "{b8adc17f-3223-4271-9a73-42f774d5b5ee}"
}
}
}