Right Click Amazon Search
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…
Cos'è Right Click Amazon Search?
Right Click Amazon Search è un'estensione di Chrome sviluppata da No Ad Extensions, e la sua funzione principale è "Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right Click Amazon Search
Scarica i file di estensione Right Click Amazon Search 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
Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites worldwide! This includes the following sites and locales: [ amazon.com | smile.amazon.com | .ca | .com.mx | .com.au | .in | .it | .fr | .es | .co.jp | .de | .pl | .com.tr | .cn | .sa | .sg | .ae | .com.br | .eg | .se]
Informazioni di Base sull'Estensione
Nome | Right Click Amazon Search |
ID | gpiaaogmhemeaflkjieknaaknnoelnom |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-amazon-search/gpiaaogmhemeaflkjieknaaknnoelnom |
Descrizione | Adds a right click menu allowing you to search your highlighted/selected text on any Amazon site. Supports all the Amazon sites… |
Dimensione del File | 20.59 KB |
Conteggio Installazioni | 29 |
Versione Corrente | 1 |
Ultimo Aggiornamento | 2022-03-14 |
Data di Pubblicazione | 2022-03-14 |
Sviluppatore | No Ad Extensions |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Right Click Amazon Search", "version": "1", "action": { "default_popup": "popup.html" }, "icons": { "16": "extension_icon16.png", "32": "extension_icon32.png", "48": "extension_icon48.png", "128": "extension_icon128.png" }, "background": { "service_worker": "bg.js" }, "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "js": [ "fg.js" ] } ], "permissions": [ "contextMenus", "storage" ] } |