ClassTab
A helpful extension that shows you current assignments and announcements every time a new tab is opened!
ClassTab là gì?
ClassTab là một tiện ích mở rộng Chrome được phát triển bởi http://classtab.pro, và tính năng chính của nó là "A helpful extension that shows you current assignments and announcements every time a new tab is opened!".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ClassTab
Tải xuống các tệp mở rộng ClassTab dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | oipjpgaohihpeahbalofebhabbacjgpf |
URL Chính Thức | https://chrome.google.com/webstore/detail/classtab/oipjpgaohihpeahbalofebhabbacjgpf |
Mô tả | A helpful extension that shows you current assignments and announcements every time a new tab is opened! |
Kích Thước Tệp | 669 KB |
Số Lần Cài Đặt | 54 |
Phiên Bản Hiện Tại | 1.1.1 |
Cập Nhật Lần Cuối | 2020-05-16 |
Ngày Phát Hành | 2020-05-16 |
Đánh Giá | 5.00/5 Tổng số 1 Đánh Giá |
Nhà Phát Triển | http://classtab.pro |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://classtab.pro/ |
URL Trang Chính Sách Bảo Mật | https://classtab.pro/policies |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |