My KPI Rozklad Notes
Extension for writing notes in kpi schedule on rozklad.kpi.ua
My KPI Rozklad Notes là gì?
My KPI Rozklad Notes là một tiện ích mở rộng Chrome được phát triển bởi bolein, và tính năng chính của nó là "Extension for writing notes in kpi schedule on rozklad.kpi.ua ".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng My KPI Rozklad Notes
Tải xuống các tệp mở rộng My KPI Rozklad Notes dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | iehebdedmfojllgaacpklglfakflaoao |
URL Chính Thức | https://chrome.google.com/webstore/detail/iehebdedmfojllgaacpklglfakflaoao |
Mô tả | Extension for writing notes in kpi schedule on rozklad.kpi.ua |
Kích Thước Tệp | 104 KB |
Số Lần Cài Đặt | 14 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2015-10-14 |
Ngày Phát Hành | 2015-10-14 |
Đánh Giá | 5.00/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | bolein |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |