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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
공식 URL | 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 } } |