To Do List
A simple, yet powerful app for managing your tasks.
Wat is To Do List?
To Do List is een Chrome-extensie ontwikkeld door http://todolist.solumstone.co.uk, en de belangrijkste functie is "A simple, yet powerful app for managing your tasks.".
Extensie Screenshots
Download het CRX-bestand van de extensie To Do List
Download To Do List-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
To Do List is a simple & powerful extension for helping you to manage your day-to-day tasks. It is clean, elegant and unobtrusive. It's updated regularly so if you have any suggestions let me know. Update 23 June 2015: I have several updates in the pipeline for this, but they won't be applied for a while due to technical issues. Bear with me.
Basisinformatie over de Extensie
Naam | |
ID | edpenjidmmekgeafnacnkfindkblijmg |
Officiële URL | https://chrome.google.com/webstore/detail/to-do-list/edpenjidmmekgeafnacnkfindkblijmg |
Beschrijving | A simple, yet powerful app for managing your tasks. |
Bestandsgrootte | 317 KB |
Aantal Installaties | 100 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2015-06-23 |
Publicatiedatum | 2015-06-23 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | http://todolist.solumstone.co.uk |
Betalingswijze | free |
Extensiewebsite | http://todolist.solumstone.co.uk |
Ondersteunde Talen | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "To Do List", "description": "A simple, yet powerful app for managing your tasks.", "version": "0.2.0", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "index.html" }, "permissions": [ "activeTab", "cookies", "http:\/\/todolist.solumstone.co.uk" ] } |