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.
Apa itu Tabula (New Tab To-do List)?
Tabula (New Tab To-do List) adalah ekstensi Chrome yang dikembangkan oleh Joao Antunes, dan fitur utamanya adalah "Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tabula (New Tab To-do List)
Unduh file ekstensi Tabula (New Tab To-do List) dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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).
Informasi Dasar Ekstensi
Nama | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
URL Resmi | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
Deskripsi | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
Ukuran File | 5.94 MB |
Jumlah Instalasi | 1,185 |
Versi Saat Ini | 0.0.9 |
Terakhir Diperbarui | 2018-03-07 |
Tanggal Publikasi | 2018-03-06 |
Penilaian | 4.33/5 Total 15 Penilaian |
Pengembang | Joao Antunes |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/jasantunes/Tabula |
URL Halaman Bantuan | https://github.com/jasantunes/Tabula |
Bahasa yang Didukung | 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" ] } |