Hey Listen

Learn kanji while you procrastinate

Hey Listen là gì?

Hey Listen là một tiện ích mở rộng Chrome được phát triển bởi joanes.savio, và tính năng chính của nó là "Learn kanji while you procrastinate".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hey Listen

Tải xuống các tệp mở rộng Hey Listen dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hey Listen Hey Listen
ID nbjocbjiflfbjjogiikafkognfjeddai
URL Chính Thức https://chromewebstore.google.com/detail/hey-listen/nbjocbjiflfbjjogiikafkognfjeddai
Mô tả Learn kanji while you procrastinate
Kích Thước Tệp 257 KB
Số Lần Cài Đặt 45
Phiên Bản Hiện Tại 1.3.1
Cập Nhật Lần Cuối 2017-06-03
Ngày Phát Hành 2017-06-03
Đánh Giá 4.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển joanes.savio
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}