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!」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

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.                    

拡張機能の基本情報

名前 ClassTab ClassTab
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
Eメール [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
    }
}