Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
什么是Amazopen - Right Click Search?
Amazopen - Right Click Search是由Shopping开发的Chrome扩展程序,该扩展的主要功能是“Search the selected text on amazon when you right-click.”。
扩展截图
下载Amazopen - Right Click Search扩展crx文件
下载Amazopen - Right Click Search扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Faster way to search amazon by using the amazon right click search. No extension permissions needed!
How to perform a search?
✜ Select the text
✜ Right click on it
✜ Click on the 'Search Amazon for...'
✜ In the new tab, you will see the results on Amazon.
Amazon Locales Support [ .com | .co.uk | .de | .co.jp | .fr | .ca | .cn | .it | .es | .in | .com.mx | .com.br ]
This add-on is not affiliated with amazon.com 扩展基本信息
| 名称 | |
| ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
| 官方URL | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
| 简介 | Search the selected text on amazon when you right-click. |
| 文件大小 | 16.23 KB |
| 安装次数 | 13,090 |
| 当前版本 | 1.55 |
| 更新时间 | 2023-08-18 |
| 上架时间 | 2018-05-27 |
| 评分 | 3.22/5 共9次评分 |
| 开发者 | Shopping |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://amazopen.com |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Amazopen - Right Click Search",
"version": "1.55",
"manifest_version": 2,
"description": "Search the selected text on amazon when you right-click.",
"background": {
"scripts": [
"search.js"
]
},
"icons": {
"16": "icon16.png",
"48": "icon48.png",
"128": "icon128.png"
},
"options_ui": {
"page": "options.html",
"chrome_style": true
},
"browser_action": {
"default_icon": "icon128.png"
},
"permissions": [
"storage",
"contextMenus"
]
} | |