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.
Hvad er Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) er en Chrome-udvidelse udviklet af Joao Antunes, og dens hovedfunktion er "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Udvidelsesskærmbilleder
Download Tabula (New Tab To-do List)-udvidelses-CRX-fil
Download Tabula (New Tab To-do List)-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | pnadejonabhdibgdmgfcomljhddlpfcc |
| Officiel URL | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
| Beskrivelse | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
| Filstørrelse | 5.94 MB |
| Antal Installationer | 1,185 |
| Nuværende Version | 0.0.9 |
| Senest Opdateret | 2018-03-07 |
| Udgivelsesdato | 2018-03-06 |
| Bedømmelse | 4.33/5 Samlet 15 Bedømmelser |
| Udvikler | Joao Antunes |
| Betalingsmetode | free |
| Udvidelseswebsted | https://github.com/jasantunes/Tabula |
| Hjælpeside-URL | https://github.com/jasantunes/Tabula |
| Understøttede Sprog | 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"
]
} | |