Inspect and view changes in Translate to new Vietnamese language 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
{
"update_url": "https://clients2.google.com/service/update2/crx",
"manifest_version": 2,
"name": "Translate to new Vietnamese language",
"description": "This extension translate the current Vietnamese to the new one",
"version": "1.0",
"permissions": [
"contextMenus"
],
"background": {
"scripts": [
"tieqVietMoi/js/translate_new_vn.js"
]
},
"browser_action": {},
"icons": {
"16": "tieqVietMoi/images/icon.png",
"48": "tieqVietMoi/images/icon.png",
"128": "tieqVietMoi/images/icon.png"
}
}