Stuff To Do

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

Cos'è Stuff To Do?

Stuff To Do è un'estensione di Chrome sviluppata da kg, e la sua funzione principale è "Simple to-do list in a browser -- everything is automatically saved.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Stuff To Do

Scarica i file di estensione Stuff To Do in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Stuff To Do Stuff To Do
ID odniioffonljijkkpkheimndcifoeidi
URL Ufficiale https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi
Descrizione Simple to-do list in a browser -- everything is automatically saved.
Dimensione del File 17.21 KB
Conteggio Installazioni 60
Versione Corrente 1.2
Ultimo Aggiornamento 2013-06-02
Data di Pubblicazione 2013-06-02
Valutazione 5.00/5 Totale 1 Valutazioni
Sviluppatore kg
Tipo di Pagamento free
Lingue Supportate 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'"
}