Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Cos'è Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper è un'estensione di Chrome sviluppata da Ivanka Todorova, e la sua funzione principale è "Select a word and the extension will help you with its spelling.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Charlie - Phonetic Alphabet Helper
Scarica i file di estensione Charlie - Phonetic Alphabet Helper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Select a word, use the context menu to let the extension help you with the spelling of the selected word. Informazioni di Base sull'Estensione
| Nome | |
| ID | mflikalpejnnbhhglonkanadlpkpemea |
| URL Ufficiale | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
| Descrizione | Select a word and the extension will help you with its spelling. |
| Dimensione del File | 132 KB |
| Conteggio Installazioni | 36 |
| Versione Corrente | 0.0.1 |
| Ultimo Aggiornamento | 2018-01-18 |
| Data di Pubblicazione | 2018-01-18 |
| Valutazione | 5.00/5 Totale 3 Valutazioni |
| Sviluppatore | Ivanka Todorova |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | http://charlie.phakeapps.com |
| Lingue Supportate | 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"
]
} | |