Find sentence examples
Search for sentence examples of the selected text
Cos'è Find sentence examples?
Find sentence examples è un'estensione di Chrome sviluppata da Quy Nguyen, e la sua funzione principale è "Search for sentence examples of the selected text".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find sentence examples
Scarica i file di estensione Find sentence examples 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 sentence examples of the selected text
Informazioni di Base sull'Estensione
Nome | |
ID | ghoefpijelienlldlkgnlgihkjgdllok |
URL Ufficiale | https://chrome.google.com/webstore/detail/find-sentence-examples/ghoefpijelienlldlkgnlgihkjgdllok |
Descrizione | Search for sentence examples of the selected text |
Dimensione del File | 44.53 KB |
Conteggio Installazioni | 320 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-01-01 |
Data di Pubblicazione | 2018-01-01 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | Quy Nguyen |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Find sentence examples", "version": "1.0", "manifest_version": 2, "description": "Search for sentence examples of the selected text", "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "browser_action": { "default_icon": "icon.png" }, "background": { "scripts": [ "your_dictionary.js" ] }, "permissions": [ "activeTab", "contextMenus" ], "author": [ { "name": "Quy Nguyen", "email": "[email protected]" } ] } |