WayTab

Change your new tab page to be more productive

WayTab là gì?

WayTab là một tiện ích mở rộng Chrome được phát triển bởi WayTab Team, và tính năng chính của nó là "Change your new tab page to be more productive".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng WayTab

Tải xuống các tệp mở rộng WayTab 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

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WayTab WayTab
ID cjioafbnjkmajloheecplkionjkdnadk
URL Chính Thức https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk
Mô tả Change your new tab page to be more productive
Kích Thước Tệp 12.13 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 2.0.6
Cập Nhật Lần Cuối 2021-04-19
Ngày Phát Hành 2019-08-29
Nhà Phát Triển WayTab Team
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://waytab.org/
URL Trang Trợ Giúp https://goo.gl/forms/DgHk2YIaKcnSvTZs1
Ngôn Ngữ Được Hỗ Trợ 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
}