Simply Do
Simply Do is the simplest, most easy to use to-do list you'll ever find.
Qu'est-ce que Simply Do ?
Simply Do est une extension Chrome développée par https://joshuapullen.com, et sa fonction principale est "Simply Do is the simplest, most easy to use to-do list you'll ever find.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Simply Do
Téléchargez les fichiers d'extension Simply Do au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Simply Do |
ID | hipnehepikeibdofmddlciccfkijjphf |
URL Officiel | https://chromewebstore.google.com/detail/simply-do/hipnehepikeibdofmddlciccfkijjphf |
Description | Simply Do is the simplest, most easy to use to-do list you'll ever find. |
Taille du Fichier | 37.84 KB |
Nombre d'Installations | 1,058 |
Version Actuelle | 1.2 |
Dernière Mise à Jour | 2017-02-14 |
Date de Publication | 2017-02-14 |
Évaluation | 4.79/5 Total 14 Évaluations |
Développeur | https://joshuapullen.com |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } |