Kanji Tab
Learn kanji everyday: get a random kanji when you open a new tab.
Co to jest Kanji Tab?
Kanji Tab to rozszerzenie Chrome opracowane przez appstrend, a jego główną funkcją jest „Learn kanji everyday: get a random kanji when you open a new tab.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Kanji Tab
Pobierz pliki rozszerzeń Kanji Tab w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Learn kanji everyday: get a random kanji when you open a new tab. Includes vocabulary examples. Great tool to learn japanese faster. Based on the anki cards deck: All in One Kanji Deck
Podstawowe informacje o rozszerzeniu
Nazwa | Kanji Tab |
ID | kebemdfahifkfmpgbffjjobpgjhjcdnd |
Oficjalny URL | https://chromewebstore.google.com/detail/kanji-tab/kebemdfahifkfmpgbffjjobpgjhjcdnd |
Opis | Learn kanji everyday: get a random kanji when you open a new tab. |
Rozmiar pliku | 422 KB |
Liczba instalacji | 1,021 |
Aktualna Wersja | 1.0 |
Ostatnia Aktualizacja | 2016-02-21 |
Data Publikacji | 2016-02-21 |
Ocena | 4.47/5 Łącznie 15 Oceny |
Deweloper | appstrend |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kanji Tab", "description": "Learn kanji everyday: get a random kanji when you open a new tab.", "browser_action": { "default_icon": "128.png" }, "icons": { "16": "16.png", "48": "48.png", "128": "128.png" }, "manifest_version": 2, "permissions": [ "tabs", "http:\/\/*\/*" ], "content_scripts": [ { "js": [ "js\/index.js", "css\/style.css", "less\/style.less" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "chrome_url_overrides": { "newtab": "index.html" }, "version": "1.0" } |