Simply Do

Simply Do is the simplest, most easy to use to-do list you'll ever find.

Cos'è Simply Do?

Simply Do è un'estensione di Chrome sviluppata da https://joshuapullen.com, e la sua funzione principale è "Simply Do is the simplest, most easy to use to-do list you'll ever find.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Simply Do

Scarica i file di estensione Simply 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

                        Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals.

You'll be more productive than ever.


Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way.                    

Informazioni di Base sull'Estensione

Nome Simply Do Simply Do
ID hipnehepikeibdofmddlciccfkijjphf
URL Ufficiale https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf
Descrizione Simply Do is the simplest, most easy to use to-do list you'll ever find.
Dimensione del File 37.84 KB
Conteggio Installazioni 1,058
Versione Corrente 1.2
Ultimo Aggiornamento 2017-02-14
Data di Pubblicazione 2017-02-14
Valutazione 4.79/5 Totale 14 Valutazioni
Sviluppatore https://joshuapullen.com
Email [email protected]
Tipo di Pagamento free
Lingue Supportate en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Simply Do",
    "version": "1.2",
    "description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_title": "Simply Do",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js",
            "jquery.min.js"
        ],
        "persistent": false
    },
    "permissions": [
        "storage"
    ],
    "author": "Josh Pullen"
}