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). 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |