Search on Amazon
Search on Amazon by highlighting text
What is Search on Amazon?
Search on Amazon is a Chrome extension developed by SirChrome, and its main feature is "Search on Amazon by highlighting text".
Extension Screenshots
Download Search on Amazon Extension CRX File
Download Search on Amazon 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
Search for products on Amazon by simply highlighting and right clicking any text on any page that you are browsing.
Extension Basic Information
Name | |
ID | ocedbpnlcgaocobgdhnbjachogamlibb |
Official URL | https://chromewebstore.google.com/detail/search-on-amazon/ocedbpnlcgaocobgdhnbjachogamlibb |
Description | Search on Amazon by highlighting text |
File Size | 16.72 KB |
Installation Count | 22 |
Current Version | 1.1 |
Last Updated | 2016-04-12 |
Publish Date | 2016-04-12 |
Developer | SirChrome |
Payment Type | free |
Extension Website | http://illtake20.com/ |
Supported Languages | en-US |
manifest.json | |
{ "background": { "persistent": false, "scripts": [ "search.js" ] }, "description": "Search on Amazon by highlighting text", "icons": { "128": "icon-large.png", "16": "icon-bitty.png", "48": "icon-small.png" }, "manifest_version": 2, "name": "Search on Amazon", "permissions": [ "contextMenus" ], "short_name": "Search, Amazon, RightClick, highlight, Search Amazon", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |