todo.tab
todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.
什么是todo.tab?
todo.tab是由http://www.blend88.com开发的Chrome扩展程序,该扩展的主要功能是“todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.”。
扩展截图
下载todo.tab扩展crx文件
下载todo.tab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Features include: - Minimalist interface - Editable list title - Markdown support and preview abilities - Data is synced in real-time across all open tabs in any browser/computer you are signed in to - Keyboard shortcuts. - Themes - Multiple bullet styles.
扩展基本信息
名称 | |
ID | ppoldfapfboboakhinjjmgkolkjhjjkm |
官方URL | https://chrome.google.com/webstore/detail/todotab/ppoldfapfboboakhinjjmgkolkjhjjkm |
简介 | todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page. |
文件大小 | 681 KB |
安装次数 | 51 |
当前版本 | 1.0.1 |
更新时间 | 2015-01-29 |
上架时间 | 2015-01-29 |
评分 | 5.00/5 共3次评分 |
开发者 | http://www.blend88.com |
付费类型 | free |
扩展官网 | https://github.com/blend88/todo.tab |
帮助页面URL | https://github.com/blend88/todo.tab/issues |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "todo.tab", "version": "1.0.1", "manifest_version": 2, "description": "todo.tab is a minimalist Chrome browser extension for showing a list of things on the new tab page.", "homepage_url": "https:\/\/github.com\/blend88\/todo.tab", "icons": { "16": "icons\/icon_16x16.png", "48": "icons\/icon_48x48.png", "128": "icons\/icon_128x128.png" }, "default_locale": "en", "chrome_url_overrides": { "newtab": "src\/override\/override.html" }, "permissions": [ "clipboardRead", "contextMenus", "management", "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'" } |