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.
Wat is Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) is een Chrome-extensie ontwikkeld door Joao Antunes, en de belangrijkste functie is "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Extensie Screenshots
Download het CRX-bestand van de extensie Tabula (New Tab To-do List)
Download Tabula (New Tab To-do List)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
Officiële URL | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
Beschrijving | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
Bestandsgrootte | 5.94 MB |
Aantal Installaties | 1,185 |
Huidige Versie | 0.0.9 |
Laatst Bijgewerkt | 2018-03-07 |
Publicatiedatum | 2018-03-06 |
Beoordeling | 4.33/5 Totaal 15 Beoordelingen |
Ontwikkelaar | Joao Antunes |
Betalingswijze | free |
Extensiewebsite | https://github.com/jasantunes/Tabula |
Help Pagina-URL | https://github.com/jasantunes/Tabula |
Ondersteunde Talen | 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" ] } |