Easy Kana
Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.
Was ist Easy Kana?
Easy Kana ist eine Chrome-Erweiterung, die von https://point-cloud.ru entwickelt wurde, und ihr Hauptmerkmal ist "Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native.".
Erweiterungsscreenshots
Easy Kana-Erweiterungs-CRX-Datei herunterladen
Laden Sie Easy Kana-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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 Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nhcjgpmcngkhhfhbnopcjkhnkclhjfme |
| Offizielle URL | https://chromewebstore.google.com/detail/easy-kana/nhcjgpmcngkhhfhbnopcjkhnkclhjfme |
| Beschreibung | Katakana in daily web-surfing. Smoothly meet with the Japanese alphabet, and it will become as familiar as a native. |
| Dateigröße | 85.32 KB |
| Installationsanzahl | 100 |
| Aktuelle Version | 0.1.20 |
| Letztes Update | 2016-03-28 |
| Veröffentlichungsdatum | 2016-03-28 |
| Bewertung | 4.83/5 Insgesamt 6 Bewertungen |
| Entwickler | https://point-cloud.ru |
| Zahlungsart | free |
| Unterstützte Sprachen | 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"
]
} | |