ManageBac Pro
A ManageBac upgrade kit for a more pleasant experience
什麼是ManageBac Pro?
ManageBac Pro是由Jadua Studios開發的Chrome擴展程式,該擴展的主要功能是“A ManageBac upgrade kit for a more pleasant experience”。
擴展截圖
下載ManageBac Pro擴展crx文件
下載ManageBac Pro擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
This addon is for students and teachers in the International Baccalaureate (MYP & DP) making use of ManageBac as their digital school system. Please expect bugs and issues as this is a NEW addon. Current Features: - A plethora of new DARK and LIGHT themes to use - Turn your ManageBac into a to-do list for MAXIMUM productivity - Improve the experience of your ManageBac with animations & performance optimisations - Enjoy a NEW 3D interactive ManageBac experience (work in progress) What's to come: - MORE performance optimisations - New layouts - Task integrations Want to report a bug or request a feature? Feel free to contact me at [email protected]
擴展基本資訊
名稱 | ManageBac Pro |
ID | cnhbfllliopfhcnfeacdjohheapmjbbf |
官方網址 | https://chromewebstore.google.com/detail/managebac-pro/cnhbfllliopfhcnfeacdjohheapmjbbf |
簡介 | A ManageBac upgrade kit for a more pleasant experience |
檔案大小 | 34.17 KB |
安裝次數 | 211 |
目前版本 | 1.3.2 |
更新時間 | 2023-12-22 |
上架時間 | 2023-10-12 |
評分 | 5.00/5 共 2 次評分 |
開發者 | Jadua Studios |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | http://jaduastudios.com |
支援的語言 | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ManageBac Pro", "version": "1.3.2", "description": "A ManageBac upgrade kit for a more pleasant experience", "action": { "default_popup": "menu.html", "default_title": "MBPro App" }, "icons": { "16": "resources\/icon16.png", "32": "resources\/icon32.png", "48": "resources\/icon48.png", "128": "resources\/icon128.png" }, "permissions": [ "storage" ], "options_ui": { "page": "options.html" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js", "runner.js", "themebuilder.js" ], "matches": [ "https:\/\/*.managebac.com\/student\/*", "https:\/\/*.managebac.com\/teacher\/*", "https:\/\/*.managebac.com\/login\/*" ] } ] } |