Search Amazon
Highlight any term on a page, right click and "Search" your favorite Amazon site.
Cos'è Search Amazon?
Search Amazon è un'estensione di Chrome sviluppata da DAB Worx, e la sua funzione principale è "Highlight any term on a page, right click and "Search" your favorite Amazon site.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Search Amazon
Scarica i file di estensione Search Amazon in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Allows you to easily search your favorite local Amazon store by highlighting any term on a page, right clicking and click "Search Amazon".
Informazioni di Base sull'Estensione
Nome | Search Amazon |
ID | fndbdglfdglnddjgonmkmemoinfgpcom |
URL Ufficiale | https://chromewebstore.google.com/detail/search-amazon/fndbdglfdglnddjgonmkmemoinfgpcom |
Descrizione | Highlight any term on a page, right click and "Search" your favorite Amazon site. |
Dimensione del File | 310 KB |
Conteggio Installazioni | 516 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2022-05-01 |
Data di Pubblicazione | 2017-05-10 |
Sviluppatore | DAB Worx |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } |