Simply Do

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

Wat is Simply Do?

Simply Do is een Chrome-extensie ontwikkeld door https://joshuapullen.com, en de belangrijkste functie is "Simply Do is the simplest, most easy to use to-do list you'll ever find.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Simply Do

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

                        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.                    

Basisinformatie over de Extensie

Naam Simply Do Simply Do
ID hipnehepikeibdofmddlciccfkijjphf
Officiële URL https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf
Beschrijving Simply Do is the simplest, most easy to use to-do list you'll ever find.
Bestandsgrootte 37.84 KB
Aantal Installaties 1,058
Huidige Versie 1.2
Laatst Bijgewerkt 2017-02-14
Publicatiedatum 2017-02-14
Beoordeling 4.79/5 Totaal 14 Beoordelingen
Ontwikkelaar https://joshuapullen.com
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
}