Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Wat is Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper is een Chrome-extensie ontwikkeld door Ivanka Todorova, en de belangrijkste functie is "Select a word and the extension will help you with its spelling.".
Extensie Screenshots
Download het CRX-bestand van de extensie Charlie - Phonetic Alphabet Helper
Download Charlie - Phonetic Alphabet Helper-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Select a word, use the context menu to let the extension help you with the spelling of the selected word. Basisinformatie over de Extensie
| Naam | |
| ID | mflikalpejnnbhhglonkanadlpkpemea |
| Officiële URL | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
| Beschrijving | Select a word and the extension will help you with its spelling. |
| Bestandsgrootte | 132 KB |
| Aantal Installaties | 36 |
| Huidige Versie | 0.0.1 |
| Laatst Bijgewerkt | 2018-01-18 |
| Publicatiedatum | 2018-01-18 |
| Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
| Ontwikkelaar | Ivanka Todorova |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | http://charlie.phakeapps.com |
| Ondersteunde Talen | 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"
]
} | |