Lineup: Todolist, Notes, Checklist
Lineup: Todolist, Notes, Checklist
Qu'est-ce que Lineup: Todolist, Notes, Checklist ?
Lineup: Todolist, Notes, Checklist est une extension Chrome développée par Phanindra Kumar, et sa fonction principale est "Lineup: Todolist, Notes, Checklist".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Lineup: Todolist, Notes, Checklist
Téléchargez les fichiers d'extension Lineup: Todolist, Notes, Checklist 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
Lineup: Todolist, Notes, Checklist Lineup: Todolist, Notes, Checklist is simple easily manageable tasks, checklists, note. With this you can also manage web links which you want to visit later. Lineup: Todolist, Notes, Checklist works offline.
Informations de Base sur l'Extension
Nom | |
ID | dcebabbapmnblbckcijjfbjbllgljkad |
URL Officiel | https://chrome.google.com/webstore/detail/lineup-todolist-notes-che/dcebabbapmnblbckcijjfbjbllgljkad |
Description | Lineup: Todolist, Notes, Checklist |
Taille du Fichier | 1.14 MB |
Nombre d'Installations | 111 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2020-08-01 |
Date de Publication | 2020-08-01 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Phanindra Kumar |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lineup: Todolist, Notes, Checklist", "version": "1.0", "description": "Lineup: Todolist, Notes, Checklist", "browser_action": { "default_icon": "todo.png", "default_popup": "popup.html" }, "manifest_version": 2, "icons": { "16": "todo16.png", "48": "todo48.png", "128": "todo128.png" }, "background": { "scripts": [ "js\/eventPage.js" ], "persistent": true }, "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage", "contextMenus", "activeTab" ] } |