Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Co je Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper je rozšíření Chrome vyvinuté Ivanka Todorova, a jeho hlavní funkcí je „Select a word and the extension will help you with its spelling.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Charlie - Phonetic Alphabet Helper
Stáhněte si soubory rozšíření Charlie - Phonetic Alphabet Helper ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
Select a word, use the context menu to let the extension help you with the spelling of the selected word.
Základní Informace o Rozšíření
Název | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
Oficiální URL | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
Popis | Select a word and the extension will help you with its spelling. |
Velikost souboru | 132 KB |
Počet instalací | 36 |
Aktuální Verze | 0.0.1 |
Poslední Aktualizace | 2018-01-18 |
Datum Vydání | 2018-01-18 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | Ivanka Todorova |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | http://charlie.phakeapps.com |
Podporované Jazyky | 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" ] } |