Better English
An extension that helps you to pick the right english phrase to use based on the search engine results.
O que é Better English?
Better English é uma extensão do Chrome desenvolvida por nganhtuan63, e sua principal característica é "An extension that helps you to pick the right english phrase to use based on the search engine results.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Better English
Baixe arquivos de extensão Better English no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
An extension that helps you to pick the right english phrase to use based on the search engine results.
Informações Básicas da Extensão
Nome | |
ID | mdgkndmiobadgmcfmjnlibpckaldiadp |
URL Oficial | https://chrome.google.com/webstore/detail/better-english/mdgkndmiobadgmcfmjnlibpckaldiadp |
Descrição | An extension that helps you to pick the right english phrase to use based on the search engine results. |
Tamanho do Arquivo | 61.67 KB |
Contagem de Instalações | 12 |
Versão Atual | 1.0.0 |
Última Atualização | 2013-08-23 |
Data de Publicação | 2013-08-23 |
Classificação | 4.50/5 Total de 2 Avaliações |
Desenvolvedor | nganhtuan63 |
Tipo de Pagamento | free |
Site da Extensão | http://mr80.net/index.php/better-english |
URL da Página de Ajuda | http://mr80.net/index.php/better-english |
Idiomas Suportados | 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'" } |