Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Что такое Charlie - Phonetic Alphabet Helper?
Charlie - Phonetic Alphabet Helper - это расширение Chrome, разработанное Ivanka Todorova, и его основная функция - "Select a word and the extension will help you with its spelling.".
Снимки экрана расширения
Скачать файл CRX расширения Charlie - Phonetic Alphabet Helper
Скачайте файлы расширений Charlie - Phonetic Alphabet Helper в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
Select a word, use the context menu to let the extension help you with the spelling of the selected word. Основная информация о расширении
| Название | |
| ID | mflikalpejnnbhhglonkanadlpkpemea |
| Официальный URL | https://chromewebstore.google.com/detail/charlie-phonetic-alphabet/mflikalpejnnbhhglonkanadlpkpemea |
| Описание | Select a word and the extension will help you with its spelling. |
| Размер файла | 132 KB |
| Количество установок | 36 |
| Текущая Версия | 0.0.1 |
| Последнее Обновление | 2018-01-18 |
| Дата публикации | 2018-01-18 |
| Рейтинг | 5.00/5 Всего 3 оценок |
| Разработчик | Ivanka Todorova |
| Электронная почта | [email protected] |
| Тип оплаты | free |
| Официальный сайт расширения | http://charlie.phakeapps.com |
| Поддерживаемые языки | 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"
]
} | |