Checklist
Checklist
Vad är Checklist?
Checklist är en Chrome-tillägg utvecklad av Togglecorp, och dess huvudfunktion är "Checklist".
Tilläggsskärmbilder
Ladda ner Checklist-förlängningens CRX-fil
Ladda ner Checklist-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 '@'. Grundläggande Information om Tillägg
| Namn | |
| ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
| Officiell webbadress | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
| Beskrivning | Checklist |
| Filstorlek | 96.89 KB |
| Antal Installationer | 20,000 |
| Aktuell Version | 1.3.0 |
| Senast Uppdaterad | 2020-07-12 |
| Publiceringsdatum | 2020-05-30 |
| Betyg | 4.52/5 Totalt 27 Betyg |
| Utvecklare | Togglecorp |
| E-post | [email protected] |
| Betalningssätt | free |
| URL till Sekretesspolicy Sidan | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
| Stödda Språk | 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"
} | |