Amazon.com - Search highlighted text
Search for an highlighted text on Amazon from any website by using the right click context menu.
Cos'è Amazon.com - Search highlighted text?
Amazon.com - Search highlighted text è un'estensione di Chrome sviluppata da mys3lf, e la sua funzione principale è "Search for an highlighted text on Amazon from any website by using the right click context menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Amazon.com - Search highlighted text
Scarica i file di estensione Amazon.com - Search highlighted text 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
This addon allows the direct search for an highlighted text on Amazon from any website.
Informazioni di Base sull'Estensione
Nome | Amazon.com - Search highlighted text |
ID | ocelfadkhnoeeeockofnopjookfgmnhm |
URL Ufficiale | https://chromewebstore.google.com/detail/amazoncom-search-highligh/ocelfadkhnoeeeockofnopjookfgmnhm |
Descrizione | Search for an highlighted text on Amazon from any website by using the right click context menu. |
Dimensione del File | 20.91 KB |
Conteggio Installazioni | 369 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2013-07-01 |
Data di Pubblicazione | 2013-07-01 |
Valutazione | 5.00/5 Totale 3 Valutazioni |
Sviluppatore | mys3lf |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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 } |