Amazon.com - Search highlighted text
Search for an highlighted text on Amazon from any website by using the right click context menu.
What is Amazon.com - Search highlighted text?
Amazon.com - Search highlighted text is a Chrome extension developed by mys3lf, and its main feature is "Search for an highlighted text on Amazon from any website by using the right click context menu.".
Extension Screenshots
Download Amazon.com - Search highlighted text Extension CRX File
Download Amazon.com - Search highlighted text 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
This addon allows the direct search for an highlighted text on Amazon from any website.
Extension Basic Information
Name | Amazon.com - Search highlighted text |
ID | ocelfadkhnoeeeockofnopjookfgmnhm |
Official URL | https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm |
Description | Search for an highlighted text on Amazon from any website by using the right click context menu. |
File Size | 20.91 KB |
Installation Count | 369 |
Current Version | 1.0 |
Last Updated | 2013-07-01 |
Publish Date | 2013-07-01 |
Rating | 5.00/5 Total 3 Ratings |
Developer | mys3lf |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Amazon.com - Search highlighted text", "version": "1.0", "description": "Search for an highlighted text on Amazon from any website by using the right click context menu.", "permissions": [ "contextMenus" ], "background": { "scripts": [ "background.js" ] }, "minimum_chrome_version": "14", "icons": { "32": "icon32.png", "64": "icon64.png", "160": "icon160.png" }, "manifest_version": 2 } |