Amazopen - Right Click Search
Search the selected text on amazon when you right-click.
What is Amazopen - Right Click Search?
Amazopen - Right Click Search is a Chrome extension developed by Shopping, and its main feature is "Search the selected text on amazon when you right-click.".
Extension Screenshots
Download Amazopen - Right Click Search Extension CRX File
Download Amazopen - Right Click Search extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Amazopen - Right Click Search |
ID | ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Official URL | https://chromewebstore.google.com/detail/amazopen-right-click-sear/ehhhlpdgplkjdcgodmkgonnjhpkdiilc |
Description | Search the selected text on amazon when you right-click. |
File Size | 16.23 KB |
Installation Count | 13,090 |
Current Version | 1.55 |
Last Updated | 2023-08-18 |
Publish Date | 2018-05-27 |
Rating | 3.22/5 Total 9 Ratings |
Developer | Shopping |
[email protected] | |
Payment Type | free |
Extension Website | https://amazopen.com |
Supported Languages | 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" ] } |