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
擴展基本資訊
名稱 | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
官方網址 | 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" ] } |