Lineup: Todolist, Notes, Checklist
Lineup: Todolist, Notes, Checklist
Wat is Lineup: Todolist, Notes, Checklist?
Lineup: Todolist, Notes, Checklist is een Chrome-extensie ontwikkeld door Phanindra Kumar, en de belangrijkste functie is "Lineup: Todolist, Notes, Checklist".
Extensie Screenshots
Download het CRX-bestand van de extensie Lineup: Todolist, Notes, Checklist
Download Lineup: Todolist, Notes, Checklist-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | dcebabbapmnblbckcijjfbjbllgljkad |
Officiële URL | https://chrome.google.com/webstore/detail/lineup-todolist-notes-che/dcebabbapmnblbckcijjfbjbllgljkad |
Beschrijving | Lineup: Todolist, Notes, Checklist |
Bestandsgrootte | 1.14 MB |
Aantal Installaties | 111 |
Huidige Versie | 1.0 |
Laatst Bijgewerkt | 2020-08-01 |
Publicatiedatum | 2020-08-01 |
Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | Phanindra Kumar |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |