Right Click Amazon Search
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
What is Right Click Amazon Search?
Right Click Amazon Search is a Chrome extension developed by No Ad Extensions, and its main feature is "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…".
Extension Screenshots
Download Right Click Amazon Search Extension CRX File
Download Right Click Amazon 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
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]
Extension Basic Information
Name | Right Click Amazon Search |
ID | gpiaaogmhemeaflkjieknaaknnoelnom |
Official URL | https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom |
Description | Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites… |
File Size | 20.59 KB |
Installation Count | 29 |
Current Version | 1 |
Last Updated | 2022-03-14 |
Publish Date | 2022-03-14 |
Developer | No Ad Extensions |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Amazon Search", "version": "1", "action": { "default_popup": "popup.html" }, "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "extension_icon128.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "fg.js" ] } ], "permissions": [ "contextMenus", "storage" ] } |