Checklist
Checklist
Cos'è Checklist?
Checklist è un'estensione di Chrome sviluppata da Togglecorp, e la sua funzione principale è "Checklist".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Checklist
Scarica i file di estensione Checklist in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 '@'.
Informazioni di Base sull'Estensione
Nome | Checklist |
ID | fnfekoddbjkgnhkhjlaiddjionpkeddn |
URL Ufficiale | https://chromewebstore.google.com/detail/checklist/fnfekoddbjkgnhkhjlaiddjionpkeddn |
Descrizione | Checklist |
Dimensione del File | 96.89 KB |
Conteggio Installazioni | 20,000 |
Versione Corrente | 1.3.0 |
Ultimo Aggiornamento | 2020-07-12 |
Data di Pubblicazione | 2020-05-30 |
Valutazione | 4.52/5 Totale 27 Valutazioni |
Sviluppatore | Togglecorp |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://beta.thedeep.io/privacy/DEEP+Extension+Privacy+Policy+as+of+02_24_2019.pdf |
Lingue Supportate | 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" } |