Duendecat

Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened

Duendecat क्या है?

Duendecat https://www.duendecat.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shows a random sentence in Japanese (filtered by Wanikani level) when a new tab is opened"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Duendecat एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Duendecat Duendecat
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
ईमेल [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"
    }
}