InTime: New Tab Page

Get things done, on time!

Cos'è InTime: New Tab Page?

InTime: New Tab Page è un'estensione di Chrome sviluppata da Vaibhav Arora & Nitish Mehta, e la sua funzione principale è "Get things done, on time!".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione InTime: New Tab Page

Scarica i file di estensione InTime: New Tab Page 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

                        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)                    

Informazioni di Base sull'Estensione

Nome InTime: New Tab Page InTime: New Tab Page
ID djbmkpknloamhjbfkglaiebgdjpccdfe
URL Ufficiale https://chromewebstore.google.com/detail/intime-new-tab-page/djbmkpknloamhjbfkglaiebgdjpccdfe
Descrizione Get things done, on time!
Dimensione del File 1.06 MB
Conteggio Installazioni 27
Versione Corrente 1.0.4
Ultimo Aggiornamento 2017-03-08
Data di Pubblicazione 2017-03-08
Valutazione 4.94/5 Totale 17 Valutazioni
Sviluppatore Vaibhav Arora & Nitish Mehta
Tipo di Pagamento free
Lingue Supportate 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"
    }
}