Checklist
Checklist
Wat is Checklist?
Checklist is een Chrome-extensie ontwikkeld door Togglecorp, en de belangrijkste functie is "Checklist".
Extensie Screenshots
Download het CRX-bestand van de extensie Checklist
Download Checklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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 '@'. Basisinformatie over de Extensie
| Naam | |
| ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
| Officiële URL | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
| Beschrijving | Checklist |
| Bestandsgrootte | 96.89 KB |
| Aantal Installaties | 20,000 |
| Huidige Versie | 1.3.0 |
| Laatst Bijgewerkt | 2020-07-12 |
| Publicatiedatum | 2020-05-30 |
| Beoordeling | 4.52/5 Totaal 27 Beoordelingen |
| Ontwikkelaar | Togglecorp |
| [email protected] | |
| Betalingswijze | free |
| URL van de Privacybeleid Pagina | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
| Ondersteunde Talen | 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"
} | |