InTime: New Tab Page
Get things done, on time!
Was ist InTime: New Tab Page?
InTime: New Tab Page ist eine Chrome-Erweiterung, die von Vaibhav Arora & Nitish Mehta entwickelt wurde, und ihr Hauptmerkmal ist "Get things done, on time!".
Erweiterungsscreenshots
InTime: New Tab Page-Erweiterungs-CRX-Datei herunterladen
Laden Sie InTime: New Tab Page-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
An easy way to track whats on your mind! InTime turns your new tab page to tracker for all your tasks. It helps you unclutter your mind, remembering what you really need to do next so that you never miss a deadline. *** NEW FEATURES*** * Upload custom background image * Updated animation for task completion Features: * Create tasks along with their deadline * See all your tasks in a single dashboard * Multiple background images * See your next 3 tasks highlighted * Complete accessibility support * Natural language processing based time input (example: '25 December 12am', 'next month', 'in an hour', 'tomorrow 8pm') Developed by: Vaibhav Arora (https://twitter.com/theVaibhavArora) Nitish Mehta (https://twitter.com/nitish_mehta)
Grundlegende Informationen zur Erweiterung
Name | InTime: New Tab Page |
ID | djbmkpknloamhjbfkglaiebgdjpccdfe |
Offizielle URL | https://chromewebstore.google.com/detail/intime-new-tab-page/djbmkpknloamhjbfkglaiebgdjpccdfe |
Beschreibung | Get things done, on time! |
Dateigröße | 1.06 MB |
Installationsanzahl | 27 |
Aktuelle Version | 1.0.4 |
Letztes Update | 2017-03-08 |
Veröffentlichungsdatum | 2017-03-08 |
Bewertung | 4.94/5 Insgesamt 17 Bewertungen |
Entwickler | Vaibhav Arora & Nitish Mehta |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "InTime: New Tab Page", "short_name": "InTime : New Tab Page", "description": "Get things done, on time!", "manifest_version": 2, "version": "1.0.4", "icons": { "128": "images\/icon.png" }, "permissions": [ "management", "fileSystem" ], "chrome_url_overrides": { "newtab": "build.html" } } |