Duendecat
Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened
Co je Duendecat?
Duendecat je rozšíření Chrome vyvinuté https://www.duendecat.com, a jeho hlavní funkcí je „Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Duendecat
Stáhněte si soubory rozšíření Duendecat ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | gcdehmegnjhneakanfcgpmgfjneljndn |
| Oficiální URL | https://chromewebstore.google.com/detail/duendecat/gcdehmegnjhneakanfcgpmgfjneljndn |
| Popis | Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened |
| Velikost souboru | 47.51 KB |
| Počet instalací | 111 |
| Aktuální Verze | 0.0.2 |
| Poslední Aktualizace | 2016-10-02 |
| Datum Vydání | 2016-10-02 |
| Hodnocení | 5.00/5 Celkem 2 Hodnocení |
| Vývojář | https://www.duendecat.com |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | http://www.duendecat.com |
| Podporované Jazyky | 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"
}
} | |