Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"name": "__MSG_EXTENSION_NAME__",
"description": "__MSG_EXTENSION_DESCRIPTION__",
"version": "4.6.1",
"manifest_version": 3,
"default_locale": "zh_CN",
"commands": {
"screenshotToImageSearch": {
"suggested_key": {
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
},
"description": "__MSG_context_menu_screenshot_search__"
},
"screenshotToTranslate": {
"suggested_key": {
"default": "Ctrl+Shift+3",
"mac": "Command+Shift+3"
},
"description": "__MSG_context_menus_translator__"
},
"translateWebpage": {
"suggested_key": {
"default": "Ctrl+Shift+2",
"mac": "Command+Shift+2"
},
"description": "__MSG_context_menus_goote_trans__"
}
},
"homepage_url": "https:\/\/www.aliprice.com?ext_id=10355&channel=chrome&platform=taobao_search_by_image&version=4.6.1&browser=chrome&mv=3",
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"icons": {
"16": "icons\/16.png",
"32": "icons\/32.png",
"48": "icons\/48.png",
"128": "icons\/128.png"
},
"background": {
"service_worker": "assets\/js\/background.js"
},
"content_scripts": [
{
"js": [
"assets\/js\/chunk-common-5c62cea1.js",
"assets\/js\/chunk-common-d572abb7.js",
"assets\/js\/chunk-vendors-24b3e646.js",
"assets\/js\/chunk-vendors-aacc2dbb.js",
"assets\/js\/chunk-vendors-c5c6856a.js",
"assets\/js\/content-script.js"
],
"css": [
"assets\/css\/content-script.css"
],
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"all_frames": true,
"match_about_blank": true
}
],
"options_ui": {
"open_in_tab": true,
"page": "options.html"
},
"action": {
"default_icon": {
"16": "icons\/16.png",
"32": "icons\/32.png"
},
"default_popup": "popup.html"
},
"permissions": [
"activeTab",
"alarms",
"contextMenus",
"cookies",
"declarativeNetRequest",
"declarativeNetRequestFeedback",
"notifications",
"scripting",
"storage"
],
"host_permissions": [
"*:\/\/*.aliprice.com\/*",
"<all_urls>",
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"optional_permissions": [
"downloads"
],
"web_accessible_resources": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"resources": [
"assets\/*"
]
}
]
}