My KPI Rozklad Notes

Extension for writing notes in kpi schedule on rozklad.kpi.ua

My KPI Rozklad Notesคืออะไร?

My KPI Rozklad Notes เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bolein และคุณลักษณะหลักของมันคือ "Extension for writing notes in kpi schedule on rozklad.kpi.ua "

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย My KPI Rozklad Notes

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

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

                        Extension that turns schedule website into an interactive diary! Your notes will automaticly sync between your devices.

Script that runs only on rozklad.kpi.ua
If you like it, feel free to rate and share it with friends!

How to use:
• Open rozklad.kpi.ua website (or press extension button)
• Choose your group (if first time)
• Click on any pair to put your notes in there

If you have any questions, please contact me via [email protected]
If you'd like to participate the development process, join on github: https://github.com/bolein/my_rozklad_notes                    

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

ชื่อ My KPI Rozklad Notes My KPI Rozklad Notes
ID iehebdedmfojllgaacpklglfakflaoao
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/iehebdedmfojllgaacpklglfakflaoao
คำอธิบาย Extension for writing notes in kpi schedule on rozklad.kpi.ua
ขนาดไฟล์ 104 KB
จำนวนการติดตั้ง 14
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2015-10-14
วันที่เผยแพร่ 2015-10-14
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา bolein
ประเภทการชำระเงิน free
ภาษาที่รองรับ en,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "__MSG_appName__",
    "default_locale": "uk",
    "version": "1.2",
    "description": "__MSG_appDesc__",
    "options_page": "\/en\/thankyou.html",
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/rozklad.kpi.ua\/*"
    ],
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "browser_action": {
        "default_title": "__MSG_browserActionTitle__",
        "default_icon": "images\/logo128.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/rozklad.kpi.ua\/Schedules\/ViewSchedule.aspx?g=*"
            ],
            "css": [
                "style.css"
            ],
            "js": [
                "jq.js",
                "nicEdit.js",
                "script.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "images\/nicEditorIcons.gif"
    ]
}