Charlie - Phonetic Alphabet Helper
Select a word and the extension will help you with its spelling.
Charlie - Phonetic Alphabet Helperとは何ですか?
Charlie - Phonetic Alphabet HelperはIvanka Todorovaによって開発されたChromeの拡張機能で、その主な機能は「Select a word and the extension will help you with its spelling.」です。
拡張機能のスクリーンショット
Charlie - Phonetic Alphabet Helper拡張機能のCRXファイルをダウンロード
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 |
| Eメール | [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"
]
} | |