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.
擴展基本資訊
名稱 | Charlie - Phonetic Alphabet Helper |
ID | mflikalpejnnbhhglonkanadlpkpemea |
官方網址 | 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" ] } |