Plume: Super simple todolist
Super simple todolist
Qu'est-ce que Plume: Super simple todolist ?
Plume: Super simple todolist est une extension Chrome développée par MJ Code, et sa fonction principale est "Super simple todolist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Plume: Super simple todolist
Téléchargez les fichiers d'extension Plume: Super simple todolist 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
Plume is a super simple todolist. To add a task, just type something in the yellow bar and press enter. Your tasks are saved locally, so don't write anything too important here ;)
Informations de Base sur l'Extension
Nom | Plume: Super simple todolist |
ID | pkkmkhejfpipdkdbepohfooemmkcgclf |
URL Officiel | https://chromewebstore.google.com/detail/plume-super-simple-todoli/pkkmkhejfpipdkdbepohfooemmkcgclf |
Description | Super simple todolist |
Taille du Fichier | 252 KB |
Nombre d'Installations | 137 |
Version Actuelle | 0.0.2 |
Dernière Mise à Jour | 2022-02-25 |
Date de Publication | 2013-11-03 |
Évaluation | 4.33/5 Total 6 Évaluations |
Développeur | MJ Code |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "0.0.2", "name": "Plume: Super simple todolist", "description": "Super simple todolist", "action": { "default_popup": "popup.html", "default_icon": "icon.png" }, "icons": { "128": "icon.png", "48": "icon.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*", " |