Hey Listen

Learn kanji while you procrastinate

什么是Hey Listen?

Hey Listen是由joanes.savio开发的Chrome扩展程序,该扩展的主要功能是“Learn kanji while you procrastinate”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Hey Listen扩展crx文件

下载Hey Listen扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Hey Listen Hey Listen
ID nbjocbjiflfbjjogiikafkognfjeddai
官方URL https://chromewebstore.google.com/detail/hey-listen/nbjocbjiflfbjjogiikafkognfjeddai
简介 Learn kanji while you procrastinate
文件大小 257 KB
安装次数 45
当前版本 1.3.1
更新时间 2017-06-03
上架时间 2017-06-03
评分 4.00/5 共2次评分
开发者 joanes.savio
付费类型 free
支持的语言 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"
    }
}