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.
扩展基本信息
名称 | 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 } |