School Assistant
My program's intent is to simplify some actions within a highschool life.
School Assistantとは何ですか?
School AssistantはKai Satoによって開発されたChromeの拡張機能で、その主な機能は「My program's intent is to simplify some actions within a highschool life.」です。
School Assistant拡張機能のCRXファイルをダウンロード
School Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
School Assistant is a program that allows users to input their bell times, timetables and other data to receive information such as predictions and alerts. This provides especially useful to students and teachers at schools as it is based around how to go through a day.
拡張機能の基本情報
名前 | |
ID | gbhhalecfiaaeikchapmfgpnkkkjlffp |
公式URL | https://chromewebstore.google.com/detail/school-assistant/gbhhalecfiaaeikchapmfgpnkkkjlffp |
説明 | My program's intent is to simplify some actions within a highschool life. |
ファイルサイズ | 139 KB |
インストール数 | 27 |
現在のバージョン | 1.90 |
最終更新日 | 2017-09-07 |
公開日 | 2017-09-06 |
評価 | 3.00/5 合計 1 レビュー |
開発者 | Kai Sato |
Eメール | [email protected] |
支払い方法 | free |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "School Assistant", "description": "My program's intent is to simplify some actions within a highschool life.", "minimum_chrome_version": "38", "version": "1.90", "icons": { "128": "Resources\/School_Assistant.png" }, "permissions": [ "notifications", "tabs" ], "browser_action": { "default_icon": "Resources\/School_Assistant.png", "default_title": "School Assistant", "default_popup": "\/Setup\/Basic_Info\/basic_info.html" }, "background": { "scripts": [ "\/Resources\/Notifications.js", "\/Resources\/timescript.js", "\/Resources\/homepageredirect.js", "\/Resources\/googleanalytics.js", "Resources\/session.js" ] }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "https:\/\/docs.google.com\/a\/lism.catholic.edu.au\/forms\/d\/1-Ct651_EtKY8xzp79lYis9DFTiKBI5E52paJnCw1Yjw\/edit" ], "js": [ "Resources\/content_script.js" ] } ] } |