KK
Kenyon and Knott
What is KK?
KK is a Chrome extension developed by Chan Chan Lee, and its main feature is "Kenyon and Knott".
Extension Screenshots
Download KK Extension CRX File
Download KK extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
顯示網頁中所選取的英文單字的KK音標。
Extension Basic Information
Name | |
ID | eocfjjahdjkfmeandifdaflbpmefjnid |
Official URL | https://chromewebstore.google.com/detail/kk/eocfjjahdjkfmeandifdaflbpmefjnid |
Description | Kenyon and Knott |
File Size | 130 KB |
Installation Count | 66 |
Current Version | 1.5 |
Last Updated | 2017-08-18 |
Publish Date | 2017-08-18 |
Rating | 5.00/5 Total 2 Ratings |
Developer | Chan Chan Lee |
Payment Type | free |
Supported Languages | 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" } } |