Duendecat
Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened
Co to jest Duendecat?
Duendecat to rozszerzenie Chrome opracowane przez https://www.duendecat.com, a jego główną funkcją jest „Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Duendecat
Pobierz pliki rozszerzeń Duendecat 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
Shows Japanese content when a new tab is opened.
Has options to display:
* Sentences
* Kanji
* Vocab
* Hiragana
* Katakana
In addition, content can be filtered by Wanikani level (limited to your current level and below).
Note: This differs from the main Duendecat website by showing a single random sentence when a new tab is opened, instead of automatically selecting and displaying a new sentence every few seconds. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | gcdehmegnjhneakanfcgpmgfjneljndn |
| Oficjalny URL | https://chromewebstore.google.com/detail/duendecat/gcdehmegnjhneakanfcgpmgfjneljndn |
| Opis | Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened |
| Rozmiar pliku | 47.51 KB |
| Liczba instalacji | 111 |
| Aktualna Wersja | 0.0.2 |
| Ostatnia Aktualizacja | 2016-10-02 |
| Data Publikacji | 2016-10-02 |
| Ocena | 5.00/5 Łącznie 2 Oceny |
| Deweloper | https://www.duendecat.com |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | http://www.duendecat.com |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Duendecat",
"description": "Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened",
"version": "0.0.2",
"background": {
"page": "background.html"
},
"options_page": "options.html",
"content_security_policy": "script-src 'self' https:\/\/www.wanikani.com; object-src 'self'",
"chrome_url_overrides": {
"newtab": "redirect.html"
},
"permissions": [
"tabs",
"storage"
],
"icons": {
"128": "128.png",
"19": "19.png"
}
} | |