Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "__MSG_extensionName__",
"version": "3.2.2",
"description": "__MSG_extensionDescription__",
"short_name": "RightTranslator",
"default_locale": "zh_CN",
"permissions": [
"activeTab",
"storage",
"contextMenus",
"tabs"
],
"optional_permissions": [
"clipboardWrite"
],
"host_permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"background": {
"service_worker": "background.js"
},
"content_scripts": [
{
"matches": [
"<all_urls>"
],
"js": [
"content.js"
],
"run_at": "document_end",
"all_frames": false,
"match_about_blank": false,
"match_origin_as_fallback": false
}
],
"action": {
"default_popup": "popup.html",
"default_title": "__MSG_extensionName__",
"default_icon": {
"16": "assets\/icons\/16.png",
"38": "assets\/icons\/38.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
}
},
"options_ui": {
"page": "options.html",
"open_in_tab": true
},
"icons": {
"16": "assets\/icons\/16.png",
"38": "assets\/icons\/38.png",
"48": "assets\/icons\/48.png",
"128": "assets\/icons\/128.png"
},
"web_accessible_resources": [
{
"resources": [
"assets\/*",
"popup.html",
"options.html"
],
"matches": [
"<all_urls>"
],
"use_dynamic_url": false
}
],
"content_security_policy": {
"extension_pages": "script-src 'self'; object-src 'self'; connect-src 'self' https: https:\/\/translate.googleapis.com https:\/\/translate.google.com;"
},
"commands": {
"translate-selection": {
"suggested_key": {
"default": "Ctrl+Shift+T",
"mac": "Command+Shift+T"
},
"description": "__MSG_command_translateSelection__"
},
"quick-translate": {
"suggested_key": {
"default": "Ctrl+Shift+Q",
"mac": "Command+Shift+Q"
},
"description": "__MSG_command_quickTranslate__"
},
"toggle-overlay": {
"suggested_key": {
"default": "Ctrl+Shift+O",
"mac": "Command+Shift+O"
},
"description": "__MSG_command_toggleOverlay__"
}
},
"incognito": "spanning",
"minimum_chrome_version": "88",
"offline_enabled": false
}