To Do Check!
Simple app to manage your tasks directly in the browser popup window.
Wat is To Do Check!?
To Do Check! is een Chrome-extensie ontwikkeld door voronianski, en de belangrijkste functie is "Simple app to manage your tasks directly in the browser popup window.".
Extensie Screenshots
Download het CRX-bestand van de extensie To Do Check!
Download To Do Check!-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
ToDoCheck is an online task manager in a popup window of your browser that's useful, fast and easy to use. Add your tasks, manage them and check when they're done!
Basisinformatie over de Extensie
Naam | |
ID | fnpccimkenoohpmpgcbckognapnaepnb |
Officiële URL | https://chromewebstore.google.com/detail/to-do-check/fnpccimkenoohpmpgcbckognapnaepnb |
Beschrijving | Simple app to manage your tasks directly in the browser popup window. |
Bestandsgrootte | 73.67 KB |
Aantal Installaties | 178 |
Huidige Versie | 2.3 |
Laatst Bijgewerkt | 2012-08-19 |
Publicatiedatum | 2012-08-19 |
Beoordeling | 4.20/5 Totaal 5 Beoordelingen |
Ontwikkelaar | voronianski |
Betalingswijze | free |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "To Do Check!", "version": "2.3", "manifest_version": 2, "description": "Simple app to manage your tasks directly in the browser popup window.", "icons": { "128": "icon128.png" }, "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "permissions": [ "unlimitedStorage", "http:\/\/*\/*", "https:\/\/*\/*" ] } |