Hey Listen

Learn kanji while you procrastinate

Cos'è Hey Listen?

Hey Listen è un'estensione di Chrome sviluppata da joanes.savio, e la sua funzione principale è "Learn kanji while you procrastinate".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Hey Listen

Scarica i file di estensione Hey Listen in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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                    

Informazioni di Base sull'Estensione

Nome Hey Listen Hey Listen
ID nbjocbjiflfbjjogiikafkognfjeddai
URL Ufficiale https://chromewebstore.google.com/detail/hey-listen/nbjocbjiflfbjjogiikafkognfjeddai
Descrizione Learn kanji while you procrastinate
Dimensione del File 257 KB
Conteggio Installazioni 45
Versione Corrente 1.3.1
Ultimo Aggiornamento 2017-06-03
Data di Pubblicazione 2017-06-03
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore joanes.savio
Tipo di Pagamento free
Lingue Supportate 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"
    }
}