Stuff To Do
Simple to-do list in a browser -- everything is automatically saved.
What is Stuff To Do?
Stuff To Do is a Chrome extension developed by kg, and its main feature is "Simple to-do list in a browser -- everything is automatically saved.".
Extension Screenshots
Download Stuff To Do Extension CRX File
Download Stuff To Do 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
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.
Extension Basic Information
Name | |
ID | odniioffonljijkkpkheimndcifoeidi |
Official URL | https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi |
Description | Simple to-do list in a browser -- everything is automatically saved. |
File Size | 17.21 KB |
Installation Count | 60 |
Current Version | 1.2 |
Last Updated | 2013-06-02 |
Publish Date | 2013-06-02 |
Rating | 5.00/5 Total 1 Ratings |
Developer | kg |
Payment Type | free |
Supported Languages | 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'" } |