Search Amazon
Highlight any term on a page, right click and "Search" your favorite Amazon site.
Wat is Search Amazon?
Search Amazon is een Chrome-extensie ontwikkeld door DAB Worx, en de belangrijkste functie is "Highlight any term on a page, right click and "Search" your favorite Amazon site.".
Extensie Screenshots
Download het CRX-bestand van de extensie Search Amazon
Download Search Amazon-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Allows you to easily search your favorite local Amazon store by highlighting any term on a page, right clicking and click "Search Amazon".
Basisinformatie over de Extensie
Naam | Search Amazon |
ID | fndbdglfdglnddjgonmkmemoinfgpcom |
Officiële URL | https://chromewebstore.google.com/detail/search-amazon/fndbdglfdglnddjgonmkmemoinfgpcom |
Beschrijving | Highlight any term on a page, right click and "Search" your favorite Amazon site. |
Bestandsgrootte | 310 KB |
Aantal Installaties | 516 |
Huidige Versie | 1.0.1 |
Laatst Bijgewerkt | 2022-05-01 |
Publicatiedatum | 2017-05-10 |
Ontwikkelaar | DAB Worx |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Search Amazon", "background": { "scripts": [ "event.js" ], "persistent": false }, "description": "Highlight any term on a page, right click and \"Search\" your favorite Amazon site.", "icons": { "128": "amazon128.png", "16": "amazon16.png", "48": "amazon48.png" }, "options_ui": { "page": "options.html", "chrome_style": true }, "permissions": [ "contextMenus", "storage" ], "version": "1.0.1" } |