Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
What is Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper is a Chrome extension developed by Ivanka Todorova, and its main feature is "Select a word and the extension will help you with its spelling.".
Extension Screenshots
Download Charlie - Phonetic Alphabet Helper Extension CRX File
Download Charlie - Phonetic Alphabet Helper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Select a word, use the context menu to let the extension help you with the spelling of the selected word.
Extension Basic Information
Name | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
Official URL | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
Description | Select a word and the extension will help you with its spelling. |
File Size | 132 KB |
Installation Count | 36 |
Current Version | 0.0.1 |
Last Updated | 2018-01-18 |
Publish Date | 2018-01-18 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Ivanka Todorova |
[email protected] | |
Payment Type | free |
Extension Website | http://charlie.phakeapps.com |
Supported Languages | 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" ] } |