Amazon.com Quick Search
With this extension you can easily and quickly search on amazon.com
What is Amazon.com Quick Search?
Amazon.com Quick Search is a Chrome extension developed by https://bixby.hu, and its main feature is "With this extension you can easily and quickly search on amazon.com".
Extension Screenshots
Download Amazon.com Quick Search Extension CRX File
Download Amazon.com Quick 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
This Chrome Extension can search on Amazon.com ecommerce shop in a new chrome tab and help for faster access. The Amazon extension will open the Amazon search result page, when you click search button. The extension includes the popular Amazon links for example Today's Deals, Coupons, Gift Cards, Amazon live, Watchlist and Your Account.
Extension Basic Information
Name | Amazon.com Quick Search |
ID | mndedeicohpojglfkglmglmdkfmofmoi |
Official URL | https://chromewebstore.google.com/detail/amazoncom-quick-search/mndedeicohpojglfkglmglmdkfmofmoi |
Description | With this extension you can easily and quickly search on amazon.com |
File Size | 1.48 MB |
Installation Count | 59 |
Current Version | 0.0.1 |
Last Updated | 2022-12-04 |
Publish Date | 2022-12-04 |
Developer | https://bixby.hu |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Amazon.com Quick Search", "description": "With this extension you can easily and quickly search on amazon.com", "version": "0.0.1", "icons": { "16": "logo\/logo-16.png", "48": "logo\/logo-48.png", "128": "logo\/logo-128.png" }, "action": { "default_title": "Amazon.com Quick Search", "default_popup": "popup\/popup.html" }, "permissions": [], "host_permissions": [ "*:\/\/*\/*" ], "background": { "service_worker": "service-worker.js" }, "content_scripts": [ { "js": [ "foreground.js" ], "matches": [ "https:\/\/bixby.hu\/*" ] } ] } |