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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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
}