Duendecat
Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened
Duendecatとは何ですか?
Duendecatはhttps://www.duendecat.comによって開発されたChromeの拡張機能で、その主な機能は「Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened」です。
拡張機能のスクリーンショット
Duendecat拡張機能のCRXファイルをダウンロード
Duendecat拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        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.                     拡張機能の基本情報
| 名前 |   |  
| ID | gcdehmegnjhneakanfcgpmgfjneljndn | 
| 公式URL | https://chromewebstore.google.com/detail/duendecat/gcdehmegnjhneakanfcgpmgfjneljndn | 
| 説明 | Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened | 
| ファイルサイズ | 47.51 KB | 
| インストール数 | 111 | 
| 現在のバージョン | 0.0.2 | 
| 最終更新日 | 2016-10-02 | 
| 公開日 | 2016-10-02 | 
| 評価 | 5.00/5 合計 2 レビュー | 
| 開発者 | https://www.duendecat.com | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | http://www.duendecat.com | 
| 対応言語 | 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"
    }
}  |  |