WayTab
Change your new tab page to be more productive
Cos'è WayTab?
WayTab è un'estensione di Chrome sviluppata da WayTab Team, e la sua funzione principale è "Change your new tab page to be more productive".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione WayTab
Scarica i file di estensione WayTab in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | WayTab |
ID | cjioafbnjkmajloheecplkionjkdnadk |
URL Ufficiale | https://chromewebstore.google.com/detail/waytab/cjioafbnjkmajloheecplkionjkdnadk |
Descrizione | Change your new tab page to be more productive |
Dimensione del File | 12.13 MB |
Conteggio Installazioni | 26 |
Versione Corrente | 2.0.6 |
Ultimo Aggiornamento | 2021-04-19 |
Data di Pubblicazione | 2019-08-29 |
Sviluppatore | WayTab Team |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://waytab.org/ |
URL della Pagina di Aiuto | https://goo.gl/forms/DgHk2YIaKcnSvTZs1 |
Lingue Supportate | 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 } |