WaniKani Review Notifier

Displays a colored icon when reviews and lessons are ready on WaniKani

WaniKani Review Notifierคืออะไร?

WaniKani Review Notifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Keavon Chambers และคุณลักษณะหลักของมันคือ "Displays a colored icon when reviews and lessons are ready on WaniKani"

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย WaniKani Review Notifier

ดาวน์โหลดไฟล์ส่วนขยาย WaniKani Review Notifier ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Get a colored notification icon in Chrome when you have radicals, kanji, or vocabulary to review or learn in WaniKani. This extension adds a small, non-intrusive icon to the right of the address bar which turns red when reviews are ready and orange when lessons are available. A minimum number of reviews can also be set before the icon turns red.

Open-source at https://github.com/Keavon/WaniKani-Notifier
Pull requests are welcome!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ WaniKani Review Notifier WaniKani Review Notifier
ID mfjkklapcdiemkobilehlmpkghchjkjp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/wanikani-review-notifier/mfjkklapcdiemkobilehlmpkghchjkjp
คำอธิบาย Displays a colored icon when reviews and lessons are ready on WaniKani
ขนาดไฟล์ 94.25 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.0.5
อัปเดตครั้งล่าสุด 2017-04-24
วันที่เผยแพร่ 2017-04-24
คะแนน 4.44/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา Keavon Chambers
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/Keavon/WaniKani-Notifier
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "WaniKani Review Notifier",
    "version": "1.0.5",
    "options_page": "options.html",
    "description": "Displays a colored icon when reviews and lessons are ready on WaniKani",
    "icons": {
        "128": "icons\/red.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "icons\/grey.png"
        }
    },
    "author": "Keavon Chambers",
    "background": {
        "scripts": [
            "wanikani.js"
        ]
    },
    "permissions": [
        "background",
        "storage",
        "https:\/\/www.wanikani.com\/api\/*"
    ]
}