WayTab
Change your new tab page to be more productive
What is WayTab?
WayTab is a Chrome extension developed by WayTab Team, and its main feature is "Change your new tab page to be more productive".
Extension Screenshots
Download WayTab Extension CRX File
Download WayTab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | WayTab |
ID | cjioafbnjkmajloheecplkionjkdnadk |
Official URL | https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk |
Description | Change your new tab page to be more productive |
File Size | 12.13 MB |
Installation Count | 26 |
Current Version | 2.0.6 |
Last Updated | 2021-04-19 |
Publish Date | 2019-08-29 |
Developer | WayTab Team |
[email protected] | |
Payment Type | free |
Extension Website | https://waytab.org/ |
Help Page URL | https://goo.gl/forms/DgHk2YIaKcnSvTZs1 |
Supported Languages | 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 } |