Tabula (New Tab To-do List)

Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.

Cos'è Tabula (New Tab To-do List)?

Tabula (New Tab To-do List) è un'estensione di Chrome sviluppata da Joao Antunes, e la sua funzione principale è "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Tabula (New Tab To-do List)

Scarica i file di estensione Tabula (New Tab To-do List) 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

                        Main features:
 - Replaces New Tab Page with a list of to-do items.
 - Synchronized to-do items across your google chrome instances.
 - Ability to access old to-do items (Show Previous Entries).
 - Searchable to-do items.
 - Editable to-do items in place.
 - Automatically populates today's entry with unfinished to-do items.
 - Random background (our of 6, more coming).                    

Informazioni di Base sull'Estensione

Nome Tabula (New Tab To-do List) Tabula (New Tab To-do List)
ID pnadejonabhdibgdmgfcomljhddlpfcc
URL Ufficiale https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc
Descrizione Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Dimensione del File 5.94 MB
Conteggio Installazioni 1,185
Versione Corrente 0.0.9
Ultimo Aggiornamento 2018-03-07
Data di Pubblicazione 2018-03-06
Valutazione 4.33/5 Totale 15 Valutazioni
Sviluppatore Joao Antunes
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/jasantunes/Tabula
URL della Pagina di Aiuto https://github.com/jasantunes/Tabula
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tabula (New Tab To-do List)",
    "short_name": "Tabula",
    "version": "0.0.9",
    "description": "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "homepage_url": "https:\/\/github.com\/jasantunes\/Tabula",
    "incognito": "split",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "permissions": [
        "storage",
        "identity"
    ]
}