WayTab
Change your new tab page to be more productive
Vad är WayTab?
WayTab är en Chrome-tillägg utvecklad av WayTab Team, och dess huvudfunktion är "Change your new tab page to be more productive".
Tilläggsskärmbilder
Ladda ner WayTab-förlängningens CRX-fil
Ladda ner WayTab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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. Grundläggande Information om Tillägg
| Namn | |
| ID | cjioafbnjkmajloheecplkionjkdnadk |
| Officiell webbadress | https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk |
| Beskrivning | Change your new tab page to be more productive |
| Filstorlek | 12.13 MB |
| Antal Installationer | 26 |
| Aktuell Version | 2.0.6 |
| Senast Uppdaterad | 2021-04-19 |
| Publiceringsdatum | 2019-08-29 |
| Utvecklare | WayTab Team |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://waytab.org/ |
| Hjälpsida URL | https://goo.gl/forms/DgHk2YIaKcnSvTZs1 |
| Stödda Språk | 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
} | |