Checklist
Checklist
What is Checklist?
Checklist is a Chrome extension developed by Togglecorp, and its main feature is "Checklist".
Extension Screenshots
Download Checklist Extension CRX File
Download Checklist 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
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 '@'.
Extension Basic Information
Name | Checklist |
ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
Official URL | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
Description | Checklist |
File Size | 96.89 KB |
Installation Count | 20,000 |
Current Version | 1.3.0 |
Last Updated | 2020-07-12 |
Publish Date | 2020-05-30 |
Rating | 4.52/5 Total 27 Ratings |
Developer | Togglecorp |
[email protected] | |
Payment Type | free |
Privacy Policy Page URL | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
Supported Languages | 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" } |