WayTab
Change your new tab page to be more productive
什麼是WayTab?
WayTab是由WayTab Team開發的Chrome擴展程式,該擴展的主要功能是“Change your new tab page to be more productive”。
擴展截圖
下載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. 擴展基本資訊
| 名稱 | |
| ID | cjioafbnjkmajloheecplkionjkdnadk |
| 官方網址 | 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
} | |