Stuff To Do

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

Qu'est-ce que Stuff To Do ?

Stuff To Do est une extension Chrome développée par kg, et sa fonction principale est "Simple to-do list in a browser -- everything is automatically saved.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Stuff To Do

Téléchargez les fichiers d'extension Stuff To Do au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Stuff To Do Stuff To Do
ID odniioffonljijkkpkheimndcifoeidi
URL Officiel https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi
Description Simple to-do list in a browser -- everything is automatically saved.
Taille du Fichier 17.21 KB
Nombre d'Installations 60
Version Actuelle 1.2
Dernière Mise à Jour 2013-06-02
Date de Publication 2013-06-02
Évaluation 5.00/5 Total 1 Évaluations
Développeur kg
Type de Paiement free
Langues Prises en Charge 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'"
}