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.
What is Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) is a Chrome extension developed by Joao Antunes, and its main feature is "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Extension Screenshots
Download Tabula (New Tab To-do List) Extension CRX File
Download Tabula (New Tab To-do List) extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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). Extension Basic Information
| Name | |
| ID | pnadejonabhdibgdmgfcomljhddlpfcc |
| Official URL | 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. |
| File Size | 5.94 MB |
| Installation Count | 1,185 |
| Current Version | 0.0.9 |
| Last Updated | 2018-03-07 |
| Publish Date | 2018-03-06 |
| Rating | 4.33/5 Total 15 Ratings |
| Developer | Joao Antunes |
| Payment Type | free |
| Extension Website | https://github.com/jasantunes/Tabula |
| Help Page URL | https://github.com/jasantunes/Tabula |
| Supported Languages | 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"
]
} | |