Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
Cos'è Better English?
Better English è un'estensione di Chrome sviluppata da nganhtuan63, e la sua funzione principale è "An extension that helps you to pick the right english phrase to use based on the search engine results.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Better English
Scarica i file di estensione Better English 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
An extension that helps you to pick the right english phrase to use based on the search engine results.
Informazioni di Base sull'Estensione
Nome | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
URL Ufficiale | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
Descrizione | An extension that helps you to pick the right english phrase to use based on the search engine results. |
Dimensione del File | 61.67 KB |
Conteggio Installazioni | 12 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2013-08-23 |
Data di Pubblicazione | 2013-08-23 |
Valutazione | 4.50/5 Totale 2 Valutazioni |
Sviluppatore | nganhtuan63 |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://mr80.net/index.php/better-english |
URL della Pagina di Aiuto | http://mr80.net/index.php/better-english |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Better English", "version": "1.0.0", "description": "", "manifest_version": 2, "browser_action": { "default_icon": "gfx\/icon19.png", "default_popup": "popup.html", "default_title": "Better English" }, "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+1", "mac": "Command+1" } } }, "background": { "page": "bg.htm" }, "icons": { "128": "gfx\/icon128.png", "16": "gfx\/icon16.png", "32": "gfx\/icon32.png", "48": "gfx\/icon48.png" }, "permissions": [ "http:\/\/*\/*", "https:\/\/*\/*", "tabs", "chrome:\/\/favicon\/", "unlimitedStorage", "idle" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'" } |