My KPI Rozklad Notes

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

My KPI Rozklad Notes क्या है?

My KPI Rozklad Notes bolein द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension for writing notes in kpi schedule on rozklad.kpi.ua "।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में My KPI Rozklad Notes एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}