Hey Listen

Learn kanji while you procrastinate

Hey Listenคืออะไร?

Hey Listen เป็นส่วนขยายของ Chrome ที่พัฒนาโดย joanes.savio และคุณลักษณะหลักของมันคือ "Learn kanji while you procrastinate"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hey Listen

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    }
}