Checklist

Checklist

Qu'est-ce que Checklist ?

Checklist est une extension Chrome développée par Togglecorp, et sa fonction principale est "Checklist".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Checklist

Téléchargez les fichiers d'extension Checklist au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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 '@'.                    

Informations de Base sur l'Extension

Nom Checklist Checklist
ID fnfekoddbjkgnhkhjlaiddjionpkeddn
URL Officiel https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn
Description Checklist
Taille du Fichier 96.89 KB
Nombre d'Installations 20,000
Version Actuelle 1.3.0
Dernière Mise à Jour 2020-07-12
Date de Publication 2020-05-30
Évaluation 4.52/5 Total 27 Évaluations
Développeur Togglecorp
Email [email protected]
Type de Paiement free
URL de la Page de Politique de Confidentialité https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf
Langues Prises en Charge 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"
}