WayTab

Change your new tab page to be more productive

WayTabとは何ですか?

WayTabはWayTab Teamによって開発されたChromeの拡張機能で、その主な機能は「Change your new tab page to be more productive」です。

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

screenshot
screenshot
screenshot
screenshot

WayTab拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        WayTab is a New Tab page for students, featuring tools made for the purpose of making your life easier:
- Time bar that displays progress through the current class
- Displays current letter day
- User-creatable schedule
- Current period highlighted on schedule
- Keep track of your tasks and assignments
- Easily add bookmarks from any tab via the toolbar

WayTab is being constantly updated and improved to ensure the best experience for students.                    

拡張機能の基本情報

名前 WayTab WayTab
ID cjioafbnjkmajloheecplkionjkdnadk
公式URL https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk
説明 Change your new tab page to be more productive
ファイルサイズ 12.13 MB
インストール数 26
現在のバージョン 2.0.6
最終更新日 2021-04-19
公開日 2019-08-29
開発者 WayTab Team
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://waytab.org/
ヘルプページのURL https://goo.gl/forms/DgHk2YIaKcnSvTZs1
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WayTab",
    "description": "Change your new tab page to be more productive",
    "version": "2.0.6",
    "author": [
        "Andy Wang",
        "Andrew Ward"
    ],
    "permissions": [
        "activeTab",
        "storage"
    ],
    "background": {
        "scripts": [
            "background\/defaulttabs.json",
            "background\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_icon": {
            "16": "res\/icon16.png",
            "32": "res\/icon32.png",
            "64": "res\/icon64.png",
            "128": "res\/icon128.png"
        }
    },
    "icons": {
        "16": "res\/icon16.png",
        "32": "res\/icon32.png",
        "64": "res\/icon64.png",
        "128": "res\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "page\/tab.html"
    },
    "manifest_version": 2
}