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.
什麼是Tabula (New Tab To-do List)?
Tabula (New Tab To-do List)是由Joao Antunes開發的Chrome擴展程式,該擴展的主要功能是“Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync.”。
擴展截圖
下載Tabula (New Tab To-do List)擴展crx文件
下載Tabula (New Tab To-do List)擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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).
擴展基本資訊
名稱 | Tabula (New Tab To-do List) |
ID | pnadejonabhdibgdmgfcomljhddlpfcc |
官方網址 | https://chromewebstore.google.com/detail/tabula-new-tab-to-do-list/pnadejonabhdibgdmgfcomljhddlpfcc |
簡介 | Replace your New Tab Page with a beautiful to-do list that logs your work and is always in sync. |
檔案大小 | 5.94 MB |
安裝次數 | 1,185 |
目前版本 | 0.0.9 |
更新時間 | 2018-03-07 |
上架時間 | 2018-03-06 |
評分 | 4.33/5 共 15 次評分 |
開發者 | Joao Antunes |
付費類型 | free |
擴展官網 | https://github.com/jasantunes/Tabula |
說明頁面URL | https://github.com/jasantunes/Tabula |
支援的語言 | 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" ] } |