Hey Listen

Learn kanji while you procrastinate

Was ist Hey Listen?

Hey Listen ist eine Chrome-Erweiterung, die von joanes.savio entwickelt wurde, und ihr Hauptmerkmal ist "Learn kanji while you procrastinate".

Erweiterungsscreenshots

screenshot
screenshot
screenshot
screenshot

Hey Listen-Erweiterungs-CRX-Datei herunterladen

Laden Sie Hey Listen-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        WHAT IS IT?
This extension will interrupt while you are browsing unproductive websites and quiz you on kanji readings

IS IT SMART?
The extension will learn which kanji you have memorized versus which you are struggling with, it knows to rearrange its questions accordingly. If you are doing well, you will see new kanji much sooner.

ARE THERE HOTKEYS TO ANSWERING THE QUESTIONS?
Yes, SHIFT + A, SHIFT + S, SHIFT + D, SHIFT + F.

CAN I CHOOSE WHICH URLs IT WILL RUN ON?
Yes, go to chrome://extensions, find the app and click options. 

HOW CAN I HELP?
Adding new kanji with good mnemonics is the largest time commitment in this project. https://github.com/sjoanes/Hey-Listen                    

Grundlegende Informationen zur Erweiterung

Name Hey Listen Hey Listen
ID nbjocbjiflfbjjogiikafkognfjeddai
Offizielle URL https://chromewebstore.google.com/detail/hey-listen/nbjocbjiflfbjjogiikafkognfjeddai
Beschreibung Learn kanji while you procrastinate
Dateigröße 257 KB
Installationsanzahl 45
Aktuelle Version 1.3.1
Letztes Update 2017-06-03
Veröffentlichungsdatum 2017-06-03
Bewertung 4.00/5 Insgesamt 2 Bewertungen
Entwickler joanes.savio
Zahlungsart free
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_scripts": [
        {
            "js": [
                "content_script\/app.js"
            ],
            "css": [
                "content_script\/style.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "Learn kanji while you procrastinate",
    "name": "Hey Listen",
    "version": "1.3.1",
    "web_accessible_resources": [
        "content_script\/app.html",
        "content_script\/style.css",
        "options_page\/options.js",
        "options_page\/options.html"
    ],
    "options_page": "options_page\/options.html",
    "background": {
        "scripts": [
            "bg_script\/wanakana.js",
            "bg_script\/facts.js",
            "bg_script\/background.js"
        ]
    },
    "icons": {
        "48": "icon.png"
    }
}