Right click search in Target
Search text selection with Target.com, Search option is located in the right-click menu.
Cos'è Right click search in Target?
Right click search in Target è un'estensione di Chrome sviluppata da Target Corporation, e la sua funzione principale è "Search text selection with Target.com, Search option is located in the right-click menu.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Right click search in Target
Scarica i file di estensione Right click search in Target 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
Search for highlighted text on Target.com with right-click option enbabled Following is the process to find search results: "Highlight text, right-click and search in Target.com and results will open in a new tab."
Informazioni di Base sull'Estensione
Nome | Right click search in Target |
ID | mpoafkdidocmaiheimphkhjoocjcbgei |
URL Ufficiale | https://chromewebstore.google.com/detail/right-click-search-in-tar/mpoafkdidocmaiheimphkhjoocjcbgei |
Descrizione | Search text selection with Target.com, Search option is located in the right-click menu. |
Dimensione del File | 21.89 KB |
Conteggio Installazioni | 634 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2012-06-27 |
Data di Pubblicazione | 2012-06-27 |
Valutazione | 3.56/5 Totale 9 Valutazioni |
Sviluppatore | Target Corporation |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Right click search in Target", "description": "Search text selection with Target.com, Search option is located in the right-click menu.", "version": "1.1", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "64": "64.png", "128": "128.png" }, "minimum_chrome_version": "10.0", "permissions": [ "contextMenus" ], "background": { "scripts": [ "primary.js" ] }, "manifest_version": 2 } |