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