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."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Charlie - Phonetic Alphabet Helper 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Select a word, use the context menu to let the extension help you with the spelling of the selected word.                    

확장 프로그램 기본 정보

이름 Charlie - Phonetic Alphabet Helper Charlie - Phonetic Alphabet Helper
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"
    ]
}