ClassTab
A helpful extension that shows you current assignments and announcements every time a new tab is opened!
什麼是ClassTab?
ClassTab是由http://classtab.pro開發的Chrome擴展程式,該擴展的主要功能是“A helpful extension that shows you current assignments and announcements every time a new tab is opened!”。
擴展截圖
下載ClassTab擴展crx文件
下載ClassTab擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
ClassTab replaces your "new tab" page with your own dashboard that displays all your Google Classroom Assignments and Announcements. It does so in a neatly organized way, that allows you to see it all at a glance, with no need to constantly check Google Classroom for updates on assignments and announcements your teachers may post. View all your school work, in one simple, condensed place, right as you open Chrome! The dashboard also allows for customization and all that good stuff, so you are able to make the dashboard truly yours.
擴展基本資訊
名稱 | |
ID | oipjpgaohihpeahbalofebhabbacjgpf |
官方網址 | https://chrome.google.com/webstore/detail/classtab/oipjpgaohihpeahbalofebhabbacjgpf |
簡介 | A helpful extension that shows you current assignments and announcements every time a new tab is opened! |
檔案大小 | 669 KB |
安裝次數 | 54 |
目前版本 | 1.1.1 |
更新時間 | 2020-05-16 |
上架時間 | 2020-05-16 |
評分 | 5.00/5 共 1 次評分 |
開發者 | http://classtab.pro |
電子郵箱 | [email protected] |
付費類型 | free |
擴展官網 | https://classtab.pro/ |
隱私政策頁面URL | https://classtab.pro/policies |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ClassTab", "description": "A helpful extension that shows you current assignments and announcements every time a new tab is opened!", "version": "1.1.1", "content_security_policy": "script-src 'self' https:\/\/classtab.pro\/ https:\/\/my.classtab.pro\/; object-src 'self'", "manifest_version": 2, "icons": { "16": "icons\/16.png", "24": "icons\/24.png", "32": "icons\/32.png", "64": "icons\/64.png", "128": "icons\/128.png", "256": "icons\/256.png", "512": "icons\/512.png" }, "browser_action": { "default_title": "ClassTab", "default_popup": "defaults\/settings.html" }, "chrome_url_overrides": { "newtab": "defaults\/newtab.html" }, "options_ui": { "page": "defaults\/settings.html", "chrome_style": true } } |