KK

Kenyon and Knott

KKとは何ですか?

KKはChan Chan Leeによって開発されたChromeの拡張機能で、その主な機能は「Kenyon and Knott」です。

拡張機能のスクリーンショット

screenshot

KK拡張機能のCRXファイルをダウンロード

KK拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        顯示網頁中所選取的英文單字的KK音標。                    

拡張機能の基本情報

名前 KK KK
ID eocfjjahdjkfmeandifdaflbpmefjnid
公式URL https://chromewebstore.google.com/detail/kk/eocfjjahdjkfmeandifdaflbpmefjnid
説明 Kenyon and Knott
ファイルサイズ 130 KB
インストール数 66
現在のバージョン 1.5
最終更新日 2017-08-18
公開日 2017-08-18
評価 5.00/5 合計 2 レビュー
開発者 Chan Chan Lee
支払い方法 free
対応言語 zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "KK",
    "description": "Kenyon and Knott",
    "version": "1.5",
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_popup": "popup.html",
        "default_title": "KK"
    },
    "background": {
        "scripts": [
            "jquery.min.js"
        ]
    },
    "permissions": [
        "activeTab",
        "https:\/\/ajax.googleapis.com\/",
        "ttsEngine",
        "tts"
    ],
    "tts_engine": {
        "voices": [
            {
                "voice_name": "Alice",
                "lang": "en-US",
                "gender": "female",
                "event_types": [
                    "start",
                    "marker",
                    "end"
                ]
            },
            {
                "voice_name": "Pat",
                "lang": "en-US",
                "event_types": [
                    "end"
                ]
            }
        ]
    },
    "icons": {
        "128": "icon_128.png"
    }
}