To-Do

To-Do List

Wat is To-Do?

To-Do is een Chrome-extensie ontwikkeld door http://raviroshan.info, en de belangrijkste functie is "To-Do List".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie To-Do

Download To-Do-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

                        Manage your ToDo List.
Keep Track of your Pending tasks.
------------------------------------------
Create new tasks.
Mark as Done.
Delete Task.
Clear all Completed Tasks.
Edit the tasks.
Seamlessly Synchronize the ToDo data with Google account.                    

Basisinformatie over de Extensie

Naam To-Do To-Do
ID phmaoegdngogepknaedommacbiamjhnj
Officiële URL https://chrome.google.com/webstore/detail/to-do/phmaoegdngogepknaedommacbiamjhnj
Beschrijving To-Do List
Bestandsgrootte 285 KB
Aantal Installaties 32
Huidige Versie 1.0.2
Laatst Bijgewerkt 2017-04-08
Publicatiedatum 2017-04-08
Beoordeling 3.33/5 Totaal 3 Beoordelingen
Ontwikkelaar http://raviroshan.info
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.raviroshan.info
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "To-Do",
    "short_name": "To-Do List",
    "manifest_version": 2,
    "version": "1.0.2",
    "description": "To-Do List",
    "offline_enabled": true,
    "icons": {
        "16": "images\/icon.png",
        "48": "images\/48.png",
        "128": "images\/128.png"
    },
    "permissions": [
        "storage",
        "activeTab"
    ],
    "browser_action": {
        "default_icon": "images\/icon.png",
        "default_title": "To-Do List",
        "default_popup": "popup.html"
    }
}