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.
Vad är Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) är en Chrome-tillägg utvecklad av Joao Antunes, och dess huvudfunktion är "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Tilläggsskärmbilder
Ladda ner Tabula (New Tab To-do List)-förlängningens CRX-fil
Ladda ner Tabula (New Tab To-do List)-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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).
Grundläggande Information om Tillägg
Namn | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
Officiell webbadress | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
Beskrivning | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
Filstorlek | 5.94 MB |
Antal Installationer | 1,185 |
Aktuell Version | 0.0.9 |
Senast Uppdaterad | 2018-03-07 |
Publiceringsdatum | 2018-03-06 |
Betyg | 4.33/5 Totalt 15 Betyg |
Utvecklare | Joao Antunes |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jasantunes/Tabula |
Hjälpsida URL | https://github.com/jasantunes/Tabula |
Stödda Språk | 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" ] } |