ToDoin
Keep Things Simple.
ToDoinとは何ですか?
ToDoinはidan.goldmanによって開発されたChromeの拡張機能で、その主な機能は「Keep Things Simple.」です。
拡張機能のスクリーンショット
ToDoin拡張機能のCRXファイルをダウンロード
ToDoin拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ToDoin was created to make your day simpler. In this hectic life we’re living, you sure can use a great tool that keeps your todos organized and because we know you already spend a lot of your time browsing, we’ve integrated this tool in the most popular browser in the world. Smart, right?
ToDoin is a user-friendly Chrome extension that can offer you a variety of features, including:
- Create, Edit, Complete Todos.
- Clear Todos.
- Sort By “Complete” or “Date”.
- Icon Indicator for Remain Todos.
- Drag & Drop Todos.
- Turning URLs to clickable links.
- Turning Email Address into a Name
- Private Todo Mode. 拡張機能の基本情報
| 名前 | |
| ID | gobimjknanlaehcjalekeoolepmmjhpk |
| 公式URL | https://chrome.google.com/webstore/detail/gobimjknanlaehcjalekeoolepmmjhpk |
| 説明 | Keep Things Simple. |
| ファイルサイズ | 782 KB |
| インストール数 | 83 |
| 現在のバージョン | 3.2.2 |
| 最終更新日 | 2016-04-29 |
| 公開日 | 2016-04-29 |
| 評価 | 4.88/5 合計 8 レビュー |
| 開発者 | idan.goldman |
| 支払い方法 | free |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "ToDoin",
"version": "3.2.2",
"manifest_version": 2,
"description": "Keep Things Simple.",
"homepage_url": "http:\/\/todo.help",
"default_locale": "en",
"offline_enabled": true,
"icons": {
"16": "icons\/icon16.png",
"32": "icons\/icon32.png",
"48": "icons\/icon48.png",
"64": "icons\/icon64.png",
"128": "icons\/icon128.png"
},
"background": {
"page": "index.html"
},
"browser_action": {
"default_icon": "icons\/icon16.png",
"default_title": "ToDoin 3.2.2",
"default_popup": "index.html"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"cookies",
"contextMenus",
"fontSettings"
]
} | |