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.

Was ist Tabula (New Tab To-do List)?

Tabula (New Tab To-do List) ist eine Chrome-Erweiterung, die von Joao Antunes entwickelt wurde, und ihr Hauptmerkmal ist "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Tabula (New Tab To-do List)-Erweiterungs-CRX-Datei herunterladen

Laden Sie Tabula (New Tab To-do List)-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Tabula (New Tab To-do List) Tabula (New Tab To-do List)
ID pnadejonabhdibgdmgfcomljhddlpfcc
Offizielle URL https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc
Beschreibung Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.
Dateigröße 5.94 MB
Installationsanzahl 1,185
Aktuelle Version 0.0.9
Letztes Update 2018-03-07
Veröffentlichungsdatum 2018-03-06
Bewertung 4.33/5 Insgesamt 15 Bewertungen
Entwickler Joao Antunes
Zahlungsart free
Erweiterungswebsite https://github.com/jasantunes/Tabula
Hilfeseite URL https://github.com/jasantunes/Tabula
Unterstützte Sprachen 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"
    ]
}