KK
Kenyon and Knott
Wat is KK?
KK is een Chrome-extensie ontwikkeld door Chan Chan Lee, en de belangrijkste functie is "Kenyon and Knott".
Extensie Screenshots
Download het CRX-bestand van de extensie KK
Download KK-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
顯示網頁中所選取的英文單字的KK音標。
Basisinformatie over de Extensie
Naam | |
ID | eocfjjahdjkfmeandifdaflbpmefjnid |
Officiële URL | https://chromewebstore.google.com/detail/kk/eocfjjahdjkfmeandifdaflbpmefjnid |
Beschrijving | Kenyon and Knott |
Bestandsgrootte | 130 KB |
Aantal Installaties | 66 |
Huidige Versie | 1.5 |
Laatst Bijgewerkt | 2017-08-18 |
Publicatiedatum | 2017-08-18 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Chan Chan Lee |
Betalingswijze | free |
Ondersteunde Talen | 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" } } |