KK

Kenyon and Knott

Cos'è KK?

KK è un'estensione di Chrome sviluppata da Chan Chan Lee, e la sua funzione principale è "Kenyon and Knott".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KK

Scarica i file di estensione KK in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome KK KK
ID eocfjjahdjkfmeandifdaflbpmefjnid
URL Ufficiale https://chromewebstore.google.com/detail/kk/eocfjjahdjkfmeandifdaflbpmefjnid
Descrizione Kenyon and Knott
Dimensione del File 130 KB
Conteggio Installazioni 66
Versione Corrente 1.5
Ultimo Aggiornamento 2017-08-18
Data di Pubblicazione 2017-08-18
Valutazione 5.00/5 Totale 2 Valutazioni
Sviluppatore Chan Chan Lee
Tipo di Pagamento free
Lingue Supportate 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"
    }
}