InTime: New Tab Page

Get things done, on time!

O que é InTime: New Tab Page?

InTime: New Tab Page é uma extensão do Chrome desenvolvida por Vaibhav Arora & Nitish Mehta, e sua principal característica é "Get things done, on time!".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão InTime: New Tab Page

Baixe arquivos de extensão InTime: New Tab Page no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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)                    

Informações Básicas da Extensão

Nome InTime: New Tab Page InTime: New Tab Page
ID djbmkpknloamhjbfkglaiebgdjpccdfe
URL Oficial https://chromewebstore.google.com/detail/intime-new-tab-page/djbmkpknloamhjbfkglaiebgdjpccdfe
Descrição Get things done, on time!
Tamanho do Arquivo 1.06 MB
Contagem de Instalações 27
Versão Atual 1.0.4
Última Atualização 2017-03-08
Data de Publicação 2017-03-08
Classificação 4.94/5 Total de 17 Avaliações
Desenvolvedor Vaibhav Arora & Nitish Mehta
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}