Simplest Todo List
Very simple and clean todo list plugin.
Simplest Todo Listとは何ですか?
Simplest Todo Listはhttps://yemaw.meによって開発されたChromeの拡張機能で、その主な機能は「Very simple and clean todo list plugin.」です。
拡張機能のスクリーンショット
Simplest Todo List拡張機能のCRXファイルをダウンロード
Simplest Todo List拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Very simple and clean todo list plugin. Easy to edit, delete and maintain items. Designed for daily basic todo items with minimal distraction. 拡張機能の基本情報
| 名前 | |
| ID | pomlhinggcphemfdpabiniimopnbjcba |
| 公式URL | https://chromewebstore.google.com/detail/simplest-todo-list/pomlhinggcphemfdpabiniimopnbjcba |
| 説明 | Very simple and clean todo list plugin. |
| ファイルサイズ | 288 KB |
| インストール数 | 622 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2017-01-24 |
| 公開日 | 2016-01-21 |
| 評価 | 5.00/5 合計 6 レビュー |
| 開発者 | https://yemaw.me |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Simplest Todo List",
"description": "Very simple and clean todo list plugin.",
"version": "1.0.0",
"icons": {
"128": "icon\/list.png"
},
"browser_action": {
"default_icon": "icon\/list.png",
"default_popup": "index.html"
},
"permissions": []
} | |