InTime: New Tab Page

Get things done, on time!

¿Qué es InTime: New Tab Page?

InTime: New Tab Page es una extensión de Chrome desarrollada por Vaibhav Arora & Nitish Mehta, y su función principal es "Get things done, on time!".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión InTime: New Tab Page

Descarga archivos de extensión InTime: New Tab Page en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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)                    

Información Básica de la Extensión

Nombre InTime: New Tab Page InTime: New Tab Page
ID djbmkpknloamhjbfkglaiebgdjpccdfe
URL Oficial https://chromewebstore.google.com/detail/intime-new-tab-page/djbmkpknloamhjbfkglaiebgdjpccdfe
Descripción Get things done, on time!
Tamaño del Archivo 1.06 MB
Cantidad de Instalaciones 27
Versión Actual 1.0.4
Última Actualización 2017-03-08
Fecha de Publicación 2017-03-08
Calificación 4.94/5 Total de 17 Calificaciones
Desarrollador Vaibhav Arora & Nitish Mehta
Tipo de Pago free
Idiomas Soportados 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"
    }
}