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 |
官方網址 | 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 |
電子郵箱 | [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" ] } ] } |