Simple ToDo List
やることをシンプルに管理できるToDoリスト。簡易的なメモ帳としても使うことができます。入力するだけで保存できたり、優先順位を変更したり、ワンクリックで削除できます。
What is Simple ToDo List?
Simple ToDo List is a Chrome extension developed by simanapo, and its main feature is "やることをシンプルに管理できるToDoリスト。簡易的なメモ帳としても使うことができます。入力するだけで保存できたり、優先順位を変更したり、ワンクリックで削除できます。".
Extension Screenshots
Download Simple ToDo List Extension CRX File
Download Simple ToDo List extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
This is a simple ToDo List. By using this you can simply manage what you do. It can also be used as a simple notepad. You can save by simply entering it, change the order of priority, delete it with one click. 使い方 ・+(追加ボタン)を押下して、タスクを生成します。 ・タスクを入力します。タスクの内容は入力するだけで保存されます。 ・タスクの優先順位を変更する場合は、↑↓ボタンを押下します。 ・タスクを削除する場合は、ゴミ箱マークをクリックします。(削除時に確認ダイアログは出ないので注意) こんな方におすすめ ・とにかくシンプルなToDoリストが欲しい ・サクッとタスクを登録して、サクッとタスクを消化したい ・簡易的なメモ帳が欲しい
Extension Basic Information
Name | Simple ToDo List |
ID | jnaoknjcfadocekoodfgdpjkkopahjkj |
Official URL | https://chromewebstore.google.com/detail/simple-todo-list/jnaoknjcfadocekoodfgdpjkkopahjkj |
Description | やることをシンプルに管理できるToDoリスト。簡易的なメモ帳としても使うことができます。入力するだけで保存できたり、優先順位を変更したり、ワンクリックで削除できます。 |
File Size | 69.09 KB |
Installation Count | 110 |
Current Version | 1.0.0 |
Last Updated | 2018-12-29 |
Publish Date | 2018-12-29 |
Developer | simanapo |
Payment Type | free |
Supported Languages | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "version": "1.0.0", "name": "Simple ToDo List", "description": "\u3084\u308b\u3053\u3068\u3092\u30b7\u30f3\u30d7\u30eb\u306b\u7ba1\u7406\u3067\u304d\u308bToDo\u30ea\u30b9\u30c8\u3002\u7c21\u6613\u7684\u306a\u30e1\u30e2\u5e33\u3068\u3057\u3066\u3082\u4f7f\u3046\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002\u5165\u529b\u3059\u308b\u3060\u3051\u3067\u4fdd\u5b58\u3067\u304d\u305f\u308a\u3001\u512a\u5148\u9806\u4f4d\u3092\u5909\u66f4\u3057\u305f\u308a\u3001\u30ef\u30f3\u30af\u30ea\u30c3\u30af\u3067\u524a\u9664\u3067\u304d\u307e\u3059\u3002", "browser_action": { "default_icon": { "19": "images\/19.png", "38": "images\/38.png" }, "default_title": "Simple ToDo List", "default_popup": "index.html" }, "icons": { "16": "images\/16.png", "48": "images\/48.png", "128": "images\/128.png" }, "permissions": [ "storage" ] } |