My KPI Rozklad Notes
Extension for writing notes in kpi schedule on rozklad.kpi.ua
什麼是My KPI Rozklad Notes?
My KPI Rozklad Notes是由bolein開發的Chrome擴展程式,該擴展的主要功能是“Extension for writing notes in kpi schedule on rozklad.kpi.ua ”。
擴展截圖
下載My KPI Rozklad Notes擴展crx文件
下載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
擴展基本資訊
名稱 | |
ID | iehebdedmfojllgaacpklglfakflaoao |
官方網址 | 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" ] } |