Kana Tab
Learn Japanese hiragana and katakana in every new tab
Wat is Kana Tab?
Kana Tab is een Chrome-extensie ontwikkeld door https://darrenlester.com, en de belangrijkste functie is "Learn Japanese hiragana and katakana in every new tab".
Extensie Screenshots
Download het CRX-bestand van de extensie Kana Tab
Download Kana Tab-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
Kana Tab helps you learn the basic Japanese characters, kana (both hiragana and katakana), every time you open a new tab. It has two modes which allow you to either display random flashcards for memory training or reference tables to assist with Japanese study. Why not also try Kana, my new Android kana reference app. https://play.google.com/store/apps/details?id=com.darrenlester.kana Keep your kana tables with you wherever you go!
Basisinformatie over de Extensie
Naam | Kana Tab |
ID | mpcdgnhoopfipjmfiadfofkkgeghfchn |
Officiële URL | https://chromewebstore.google.com/detail/kana-tab/mpcdgnhoopfipjmfiadfofkkgeghfchn |
Beschrijving | Learn Japanese hiragana and katakana in every new tab |
Bestandsgrootte | 37.06 KB |
Aantal Installaties | 163 |
Huidige Versie | 1.0.9 |
Laatst Bijgewerkt | 2017-10-03 |
Publicatiedatum | 2017-10-03 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://darrenlester.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.darrenlester.com/projects/kana-tab |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kana Tab", "description": "Learn Japanese hiragana and katakana in every new tab", "version": "1.0.9", "options_ui": { "page": "options.html", "chrome_style": true }, "browser_action": { "default_icon": "images\/icon16.png", "default_title": "Kana Tab", "default_popup": "popup.html" }, "background": { "scripts": [ "scripts\/background.js" ] }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "newtab.html" }, "icons": { "16": "images\/icon16.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } } |