Simply Do
Simply Do is the simplest, most easy to use to-do list you'll ever find.
Was ist Simply Do?
Simply Do ist eine Chrome-Erweiterung, die von https://joshuapullen.com entwickelt wurde, und ihr Hauptmerkmal ist "Simply Do is the simplest, most easy to use to-do list you'll ever find.".
Erweiterungsscreenshots
Simply Do-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simply Do-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
Simply Do can be used to keep track of events, homework, or tasks you need to complete. Learning to use Simply Do is a snap, so there's nothing getting in the way of you and your goals. You'll be more productive than ever. Simply Do keeps all of your information safely stored in Google Chrome. Your to-do-list is for your eyes only, and it's our job to keep it that way.
Grundlegende Informationen zur Erweiterung
Name | Simply Do |
ID | hipnehepikeibdofmddlciccfkijjphf |
Offizielle URL | https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf |
Beschreibung | Simply Do is the simplest, most easy to use to-do list you'll ever find. |
Dateigröße | 37.84 KB |
Installationsanzahl | 1,058 |
Aktuelle Version | 1.2 |
Letztes Update | 2017-02-14 |
Veröffentlichungsdatum | 2017-02-14 |
Bewertung | 4.79/5 Insgesamt 14 Bewertungen |
Entwickler | https://joshuapullen.com |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Simply Do", "version": "1.2", "description": "Simply Do is the simplest, most easy to use to-do list you'll ever find.", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Simply Do", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js", "jquery.min.js" ], "persistent": false }, "permissions": [ "storage" ], "author": "Josh Pullen" } |