Checklist
Checklist
Checklistとは何ですか?
ChecklistはTogglecorpによって開発されたChromeの拡張機能で、その主な機能は「Checklist」です。
拡張機能のスクリーンショット
Checklist拡張機能のCRXファイルをダウンロード
Checklist拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
A simple checklist addon to keep tracks of things.
- Badge shows the no. of things to do in your checklist.
- Separate list for things to do and things already done.
- Items can be sorted by dragging them.
- Users can add custom tags with '@'. 拡張機能の基本情報
| 名前 | |
| ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
| 公式URL | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
| 説明 | Checklist |
| ファイルサイズ | 96.89 KB |
| インストール数 | 20,000 |
| 現在のバージョン | 1.3.0 |
| 最終更新日 | 2020-07-12 |
| 公開日 | 2020-05-30 |
| 評価 | 4.52/5 合計 27 レビュー |
| 開発者 | Togglecorp |
| Eメール | [email protected] |
| 支払い方法 | free |
| プライバシーポリシーページのURL | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"short_name": "Checklist",
"browser_action": {
"default_popup": "index.html"
},
"background": {
"scripts": [
"background.js"
]
},
"permissions": [
"storage"
],
"icons": {
"32": "icons\/checklist-32.png",
"64": "icons\/checklist-64.png",
"128": "icons\/checklist-128.png"
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
"name": "Checklist",
"description": "Checklist",
"author": "",
"version": "1.3.0"
} | |