Easy translate (Powered by Mazii)
Premium users can view and search full source code, and see the source code differences
between two versions.
Upgrade to premium
manifest.json
{
"background": {
"page": "background.html",
"persistent": true
},
"browser_action": {
"default_icon": "images/48.png",
"default_popup": "popup.html",
"default_title": "Easy translate (Powered by Mazii)"
},
"commands": {
"dbclick_enable": {
"description": "Send event enable or disable fast translate by double click",
"suggested_key": {
"default": "Ctrl+Shift+M"
}
}
},
"content_scripts": [
{
"css": [
"css/contents.css"
],
"js": [
"js/contents.js",
"js/common.js"
],
"matches": [
"http://*/*",
"https://*/*"
],
"run_at": "document_end"
}
],
"content_security_policy": "script-src 'self' chrome://resources https://ssl.google-analytics.com https://www.google-analytics.com; connect-src https://inputtools.google.com https://translate.googleapis.com http://www.ispeech.org https://mazii.net https://api.mazii.net https://www.google.com ; object-src 'self'",
"default_locale": "en",
"description": "Easy translate (Powered by Mazii)",
"externally_connectable": {
"matches": [
"*://*.mazii.net/*"
]
},
"icons": {
"16": "images/16.png",
"32": "images/32.png",
"48": "images/48.png",
"128": "images/128.png"
},
"manifest_version": 2,
"name": "Easy Translate",
"permissions": [
"<all_urls>",
"file://*/*",
"contextMenus",
"tabs",
"storage",
"background"
],
"version": "1.6.6.1",
"web_accessible_resources": [
"data/kanjimini.json",
"_locales/*.json",
"favicon.ico"
],
"update_url": "https://edge.microsoft.com/extensionwebstorebase/v1/crx"
}