KanjiThing

Learn kanji stroke order from the browser

KanjiThing क्या है?

KanjiThing Aiden Gardner द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Learn kanji stroke order from the browser"।

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

screenshot
screenshot
screenshot

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

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

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

                        Practice drawing Kanji in the browser in a popup extension. Select a kanji from the drop down menu, and the extension will play a gif with the appropriate stroke order of that kanji. Trace it using your mouse until you've perfected your kanji skills! The gif can be paused and rewound using the buttons below the player.

Kanji from each of the Wakatta units have been loaded in and you can select a unit to learn kanji from. In the sidebar to the right, information about the selected kanji is specified including its grade, stroke count, and the various onyomi and kunyomi readings. Example words that contain the kanji are also included, accompanied with the reading and meaning of the word.

Use keybinds to navigate the extension!
- Up/down arrows to select a different unit
- Left/right arrows to select a different kanji
- Backspace/ender to clear your drawing
- Return to submit your drawing
- R To select a random kanji

To see more upcoming features: https://github.com/aiden2480/kanjithing#memo-future-features

Send an email via the "Contact the developer" button or open an issue on the GitHub to request a feature or report a bug.                    

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

नाम KanjiThing KanjiThing
ID nccfelhkfpbnefflolffkclhenplhiab
आधिकारिक URL https://chromewebstore.google.com/detail/kanjithing/nccfelhkfpbnefflolffkclhenplhiab
विवरण Learn kanji stroke order from the browser
फ़ाइल का आकार 430 KB
स्थापना संख्या 84
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2022-06-28
प्रकाशन तिथि 2021-08-23
रेटिंग 4.57/5 कुल 7 रेटिंग्स
डेवलपर Aiden Gardner
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://aiden2480.github.io/kanjithing/
सहायता पृष्ठ URL https://github.com/aiden2480/kanjithing/issues
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KanjiThing",
    "description": "Learn kanji stroke order from the browser",
    "version": "2.1.1",
    "manifest_version": 3,
    "permissions": [
        "storage",
        "contextMenus"
    ],
    "options_page": "settings.html",
    "action": {
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "64": "media\/icon64x64.png",
        "128": "media\/icon128x128.png",
        "256": "media\/icon256x256.png"
    }
}