Rundown
Your tasks, easily managed in the new-tab page.
什么是Rundown?
Rundown是由Hristiyan Dodov开发的Chrome扩展程序,该扩展的主要功能是“Your tasks, easily managed in the new-tab page.”。
扩展截图
下载Rundown扩展crx文件
下载Rundown扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
It's simple. You get a rich-text editor where you can structure tasks however you wish. On a blank line, type a dash "-" followed by space to create a new to-do list. To create a regular list, type an asterisk "*" followed by a space. For headings and bold/italic text refer to the Markdown syntax: https://markdownguide.org/basic-syntax You can recap your work and see a split view of the tasks you've currently done and the ones remaining. Then, you can filter your document and leave just undone tasks.
扩展基本信息
名称 | Rundown |
ID | opjjddkgmphhkjlgocopmeolmmibiphb |
官方URL | https://chromewebstore.google.com/detail/rundown/opjjddkgmphhkjlgocopmeolmmibiphb |
简介 | Your tasks, easily managed in the new-tab page. |
文件大小 | 149 KB |
安装次数 | 22 |
当前版本 | 1.0.3 |
更新时间 | 2019-10-23 |
上架时间 | 2019-10-23 |
评分 | 5.00/5 共2次评分 |
开发者 | Hristiyan Dodov |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.3", "name": "Rundown", "description": "Your tasks, easily managed in the new-tab page.", "icons": { "16": "img\/icon-16.png", "48": "img\/icon-48.png", "128": "img\/icon-128.png" }, "permissions": [ "storage" ], "chrome_url_overrides": { "newtab": "index.html" } } |