Stuff To Do
Simple to-do list in a browser -- everything is automatically saved.
Vad är Stuff To Do?
Stuff To Do är en Chrome-tillägg utvecklad av kg, och dess huvudfunktion är "Simple to-do list in a browser -- everything is automatically saved.".
Tilläggsskärmbilder
Ladda ner Stuff To Do-förlängningens CRX-fil
Ladda ner Stuff To Do-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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.
Grundläggande Information om Tillägg
Namn | |
ID | odniioffonljijkkpkheimndcifoeidi |
Officiell webbadress | https://chrome.google.com/webstore/detail/stuff-to-do/odniioffonljijkkpkheimndcifoeidi |
Beskrivning | Simple to-do list in a browser -- everything is automatically saved. |
Filstorlek | 17.21 KB |
Antal Installationer | 60 |
Aktuell Version | 1.2 |
Senast Uppdaterad | 2013-06-02 |
Publiceringsdatum | 2013-06-02 |
Betyg | 5.00/5 Totalt 1 Betyg |
Utvecklare | kg |
Betalningssätt | free |
Stödda Språk | 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'" } |