Easy Kana
Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.
什麼是Easy Kana?
Easy Kana是由https://point-cloud.ru開發的Chrome擴展程式,該擴展的主要功能是“Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.”。
擴展截圖
下載Easy Kana擴展crx文件
下載Easy Kana擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This extension replaces web-page characters to Katakana symbols. It's never been so easy to learn Katakana! Features: - Customizable character sets - Hints over replaced characters - Replace frequency and minimal distance tuning - Per-domain and per-page filtering rules - Autorun trigger - Manual replace mode - Restore button - replace cancellation - Online mode - work with continuously updating page (e.g. Twitter) - Skipping input fields and other editable elements - Two source character sets support (Latin, Cyrillic) - Activity icon animation - Performance friendly
擴展基本資訊
名稱 | Easy Kana |
ID | nhcjgpmcngkhhfhbnopcjkhnkclhjfme |
官方網址 | https://chromewebstore.google.com/detail/easy-kana/nhcjgpmcngkhhfhbnopcjkhnkclhjfme |
簡介 | Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native. |
檔案大小 | 85.32 KB |
安裝次數 | 100 |
目前版本 | 0.1.20 |
更新時間 | 2016-03-28 |
上架時間 | 2016-03-28 |
評分 | 4.83/5 共 6 次評分 |
開發者 | https://point-cloud.ru |
付費類型 | free |
支援的語言 | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_app_name__", "description": "__MSG_app_desc__", "version": "0.1.20", "browser_action": { "default_icon": { "19": "images\/icon19.png", "38": "images\/icon38.png" }, "default_popup": "popup.html", "default_title": "__MSG_app_title__" }, "background": { "scripts": [ "kana_lib.js", "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "file:\/\/\/*", "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "kana.css" ], "js": [ "jquery.min.js", "kana_lib.js", "kana.js" ] } ], "icons": { "16": "images\/icon16.png", "48": "images\/logo48.png", "128": "images\/icon128.png" }, "default_locale": "en", "permissions": [ "activeTab", "storage", "contextMenus" ] } |