Time Table Viewer & Manager

Never forget the link of online classes; Managing time table made easier.

Time Table Viewer & Managerとは何ですか?

Time Table Viewer & Managerはhttps://pratiktiwari.comによって開発されたChromeの拡張機能で、その主な機能は「Never forget the link of online classes; Managing time table made easier.」です。

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

screenshot
screenshot
screenshot

Time Table Viewer & Manager拡張機能のCRXファイルをダウンロード

Time Table Viewer & Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        In the world of online classes, it is difficult to remember the links of each of the subjects. 
"Time Table Viewer & Manager" solves this problem.

User can add the following fields to the time-table:
1. Subject Name
2. Subject Roll Number
3. Subject Code
4. Meeting Link

It is built for both students and teachers. Teachers can fill 0 in the roll number field and they'll be good to go with the extension.

The "Time Table" that the user adds will be persisted across browser closes and system restarts.

The extension doesn't collect any data. All of the stuffs are stored in the user's system itself.                    

拡張機能の基本情報

名前 Time Table Viewer & Manager Time Table Viewer & Manager
ID eoebehpikcgoecnbenbeblobkjalhpan
公式URL https://chromewebstore.google.com/detail/time-table-viewer-manager/eoebehpikcgoecnbenbeblobkjalhpan
説明 Never forget the link of online classes; Managing time table made easier.
ファイルサイズ 70.24 KB
インストール数 422
現在のバージョン 1.0
最終更新日 2020-08-26
公開日 2020-08-26
評価 3.75/5 合計 4 レビュー
開発者 https://pratiktiwari.com
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://pratiktiwari.com/time-table-manager/index.html
ヘルプページのURL https://pratiktiwari.com/
プライバシーポリシーページのURL https://pratiktiwari.com/time-table-manager/index.html
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Time Table Viewer & Manager",
    "description": "Never forget the link of online classes; Managing time table made easier.",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "32": "icon32.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "options_ui": {
            "page": "options.html",
            "open_in_tab": false
        }
    },
    "permissions": [
        "storage"
    ]
}