Stuff To Do

Simple to-do list in a browser -- everything is automatically saved.

Wat is Stuff To Do?

Stuff To Do is een Chrome-extensie ontwikkeld door kg, en de belangrijkste functie is "Simple to-do list in a browser -- everything is automatically saved.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Stuff To Do

Download Stuff 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

                        This is a simple & quick way to manage your TO-DO list in a separate tab. Just click and go! Everything is automatically saved, so you can close the tab at anytime and nothing is lost.                    

Basisinformatie over de Extensie

Naam Stuff To Do Stuff To Do
ID odniioffonljijkkpkheimndcifoeidi
Officiële URL https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi
Beschrijving Simple to-do list in a browser -- everything is automatically saved.
Bestandsgrootte 17.21 KB
Aantal Installaties 60
Huidige Versie 1.2
Laatst Bijgewerkt 2013-06-02
Publicatiedatum 2013-06-02
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar kg
Betalingswijze free
Ondersteunde Talen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Stuff To Do",
    "version": "1.2",
    "description": "Simple to-do list in a browser -- everything is automatically saved.",
    "browser_action": {
        "default_icon": "icon16.png"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "tabs"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'"
}