Sassy Todo

A NSA, NBS todo list. The sassy list will keep your productivity in check!

Was ist Sassy Todo?

Sassy Todo ist eine Chrome-Erweiterung, die von Aaron Chu entwickelt wurde, und ihr Hauptmerkmal ist "A NSA, NBS todo list. The sassy list will keep your productivity in check!".

Erweiterungsscreenshots

screenshot
screenshot

Sassy Todo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Sassy Todo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        The list is so sassy, it will keep your productivity in check. 

Sassy T. is straight forward and is designed based on the idea of simplicity. To-do lists are meant to be quick, and even impulsive sometimes, Sassy T. provides you with an instantaneous way to write down what you want to do so you can focus on completing a to-do list, not making one.

Sassy T. keeps a count of things you get done every day so you can finally feel better about yourself – that's if you actually get things done, of course.                    

Grundlegende Informationen zur Erweiterung

Name Sassy Todo Sassy Todo
ID efjlmjfiglejpoonjhiobjpnljkcenln
Offizielle URL https://chromewebstore.google.com/detail/sassy-todo/efjlmjfiglejpoonjhiobjpnljkcenln
Beschreibung A NSA, NBS todo list. The sassy list will keep your productivity in check!
Dateigröße 375 KB
Installationsanzahl 46
Aktuelle Version 1.4
Letztes Update 2014-01-29
Veröffentlichungsdatum 2014-01-29
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler Aaron Chu
Zahlungsart free
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Sassy Todo",
    "version": "1.4",
    "description": "A NSA, NBS todo list. The sassy list will keep your productivity in check!",
    "icons": {
        "128": "icon-lg.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "index.html",
        "default_title": "do sh*t!"
    },
    "offline_enabled": true,
    "short_name": "Sassy T.",
    "permissions": [
        "storage"
    ]
}