Todo Canvas Beta (Task Canvas)
Get things done
Wat is Todo Canvas Beta (Task Canvas)?
Todo Canvas Beta (Task Canvas) is een Chrome-extensie ontwikkeld door canvuus, en de belangrijkste functie is "Get things done".
Extensie Screenshots
Download het CRX-bestand van de extensie Todo Canvas Beta (Task Canvas)
Download Todo Canvas Beta (Task Canvas)-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
Task management canvas. Not your grandfather's to do list app. Task Canvas lets you manage your to do items using an intuitive visual canvas interface, based on the importance and urgency of each task. * Note: This app is work in progress. Feedback is greatly appreciated. * Important: Before upgrading to a newer version, please "export" your data from the Settings page. Upgrading the extension will clean up the old data.
Basisinformatie over de Extensie
Naam | Todo Canvas Beta (Task Canvas) |
ID | dhbflaomjifpoiiknfeeococojliljfd |
Officiële URL | https://chromewebstore.google.com/detail/todo-canvas-beta-task-can/dhbflaomjifpoiiknfeeococojliljfd |
Beschrijving | Get things done |
Bestandsgrootte | 2.08 MB |
Aantal Installaties | 51 |
Huidige Versie | 0.2.0 |
Laatst Bijgewerkt | 2017-04-28 |
Publicatiedatum | 2017-04-28 |
Ontwikkelaar | canvuus |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | http://www.todocanvas.com/ |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Todo Canvas Beta (Task Canvas)", "short_name": "Task Canvas", "version": "0.2.0", "description": "Get things done", "homepage_url": "http:\/\/mvp6.todocanvas.com\/", "offline_enabled": true, "icons": { "16": "images\/icon-16.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "default_locale": "en", "background": { "scripts": [ "scripts\/chromereload.js", "scripts\/background.js" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'", "permissions": [ "http:\/\/*.todocanvas.com\/*", "notifications", "background", "storage" ], "browser_action": { "default_icon": { "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "default_title": "Task Canvas", "default_popup": "loading.html" }, "web_accessible_resources": [ "images\/icon-48.png" ] } |