WayTab
Change your new tab page to be more productive
Was ist WayTab?
WayTab ist eine Chrome-Erweiterung, die von WayTab Team entwickelt wurde, und ihr Hauptmerkmal ist "Change your new tab page to be more productive".
Erweiterungsscreenshots
WayTab-Erweiterungs-CRX-Datei herunterladen
Laden Sie WayTab-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | cjioafbnjkmajloheecplkionjkdnadk |
| Offizielle URL | https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk |
| Beschreibung | Change your new tab page to be more productive |
| Dateigröße | 12.13 MB |
| Installationsanzahl | 26 |
| Aktuelle Version | 2.0.6 |
| Letztes Update | 2021-04-19 |
| Veröffentlichungsdatum | 2019-08-29 |
| Entwickler | WayTab Team |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://waytab.org/ |
| Hilfeseite URL | https://goo.gl/forms/DgHk2YIaKcnSvTZs1 |
| Unterstützte Sprachen | 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
} | |