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.

Qu'est-ce que Tabula (New Tab To-do List) ?

Tabula (New Tab To-do List) est une extension Chrome développée par Joao Antunes, et sa fonction principale est "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tabula (New Tab To-do List)

Téléchargez les fichiers d'extension Tabula (New Tab To-do List) au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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).                    

Informations de Base sur l'Extension

Nom Tabula (New Tab To-do List) Tabula (New Tab To-do List)
ID pnadejonabhdibgdmgfcomljhddlpfcc
URL Officiel https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc
Description Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Taille du Fichier 5.94 MB
Nombre d'Installations 1,185
Version Actuelle 0.0.9
Dernière Mise à Jour 2018-03-07
Date de Publication 2018-03-06
Évaluation 4.33/5 Total 15 Évaluations
Développeur Joao Antunes
Type de Paiement free
Site Web de l'Extension https://github.com/jasantunes/Tabula
URL de la Page d'Aide https://github.com/jasantunes/Tabula
Langues Prises en Charge 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"
    ]
}