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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
확장 프로그램 기본 정보
이름 | |
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" ] } |