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 |
官方URL | 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" ] } |