Duendecat
Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened
What is Duendecat?
Duendecat is a Chrome extension developed by https://www.duendecat.com, and its main feature is "Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened".
Extension Screenshots
Download Duendecat Extension CRX File
Download Duendecat extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Duendecat |
ID | gcdehmegnjhneakanfcgpmgfjneljndn |
Official URL | https://chromewebstore.google.com/detail/duendecat/gcdehmegnjhneakanfcgpmgfjneljndn |
Description | Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened |
File Size | 47.51 KB |
Installation Count | 111 |
Current Version | 0.0.2 |
Last Updated | 2016-10-02 |
Publish Date | 2016-10-02 |
Rating | 5.00/5 Total 2 Ratings |
Developer | https://www.duendecat.com |
[email protected] | |
Payment Type | free |
Extension Website | http://www.duendecat.com |
Supported Languages | 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" } } |