Check Check Check
Check off to do items in your new tabs. Synced in Chrome across all your computers.
Qu'est-ce que Check Check Check ?
Check Check Check est une extension Chrome développée par Matthaeus Krenn, et sa fonction principale est "Check off to do items in your new tabs. Synced in Chrome across all your computers.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Check Check Check
Téléchargez les fichiers d'extension Check Check Check 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
Check Check Check replaces your new tab page with a todo list that is extremely light-weight and simple to use. It syncs across all your chrome browsers immediately through your google account. No extra login, no other BS. You know, get it in your Chrome browser, or don't. 0.0.0.7: Better link colors. 0.0.0.6: Now with dark mode Should automatically be set based on you OS dark mode setting, but can be manually changed as well (by clicking the toggle in the bottom left corner). Does NOT sync across computers in case you want different modes on different computers. 0.0.0.5: Fade animation on checked items 0.0.0.4: Fixed bug with items that contain links.
Informations de Base sur l'Extension
Nom | Check Check Check |
ID | hcaokbbphfaocbefonbplpopaopmnibl |
URL Officiel | https://chromewebstore.google.com/detail/check-check-check/hcaokbbphfaocbefonbplpopaopmnibl |
Description | Check off to do items in your new tabs. Synced in Chrome across all your computers. |
Taille du Fichier | 48.11 KB |
Nombre d'Installations | 34 |
Version Actuelle | 0.0.0.7 |
Dernière Mise à Jour | 2021-04-19 |
Date de Publication | 2020-07-04 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | Matthaeus Krenn |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Check Check", "description": "Check off to do items in your new tabs. Synced in Chrome across all your computers.", "version": "0.0.0.7", "icons": { "16": "newdoIcon16.png", "128": "newdoIcon128.png" }, "chrome_url_overrides": { "newtab": "newdo.html" }, "content_security_policy": "script-src 'self' https:\/\/fonts.googleapis.com\/; object-src 'self'", "permissions": [ "storage" ] } |