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. 拡張機能の基本情報
| 名前 | |
| 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 |
| Eメール | [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"
}
} | |