Sassy Todo
A NSA, NBS todo list. The sassy list will keep your productivity in check!
What is Sassy Todo?
Sassy Todo is a Chrome extension developed by Aaron Chu, and its main feature is "A NSA, NBS todo list. The sassy list will keep your productivity in check!".
Extension Screenshots
Download Sassy Todo Extension CRX File
Download Sassy Todo extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Sassy Todo |
ID | efjlmjfiglejpoonjhiobjpnljkcenln |
Official URL | https://chromewebstore.google.com/detail/sassy-todo/efjlmjfiglejpoonjhiobjpnljkcenln |
Description | A NSA, NBS todo list. The sassy list will keep your productivity in check! |
File Size | 375 KB |
Installation Count | 46 |
Current Version | 1.4 |
Last Updated | 2014-01-29 |
Publish Date | 2014-01-29 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Aaron Chu |
Payment Type | free |
Supported Languages | 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" ] } |