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 |
官方網址 | 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" } } |