Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
O que é Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper é uma extensão do Chrome desenvolvida por Ivanka Todorova, e sua principal característica é "Select a word and the extension will help you with its spelling.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Charlie - Phonetic Alphabet Helper
Baixe arquivos de extensão Charlie - Phonetic Alphabet Helper 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
Select a word, use the context menu to let the extension help you with the spelling of the selected word.
Informações Básicas da Extensão
Nome | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
URL Oficial | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
Descrição | Select a word and the extension will help you with its spelling. |
Tamanho do Arquivo | 132 KB |
Contagem de Instalações | 36 |
Versão Atual | 0.0.1 |
Última Atualização | 2018-01-18 |
Data de Publicação | 2018-01-18 |
Classificação | 5.00/5 Total de 3 Avaliações |
Desenvolvedor | Ivanka Todorova |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://charlie.phakeapps.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Charlie - Phonetic Alphabet Helper", "version": "0.0.1", "manifest_version": 2, "description": "Select a word and the extension will help you with its spelling.", "homepage_url": "http:\/\/charlie.phakeapps.com ", "icons": { "16": "icons\/16x16.png", "48": "icons\/48x48.png", "128": "icons\/128x128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "content_scripts": [ { "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ], "js": [ "js\/jquery\/jquery.min.js", "src\/inject.js" ], "css": [ "css\/inject.css" ] } ], "permissions": [ "contextMenus", "https:\/\/*\/*", "http:\/\/*\/*", "activeTab" ] } |