Simple To-Do List
Simple and minimalistic extension for task management.
Wat is Simple To-Do List?
Simple To-Do List is een Chrome-extensie ontwikkeld door https://dimox.net, en de belangrijkste functie is "Simple and minimalistic extension for task management.".
Extensie Screenshots
Download het CRX-bestand van de extensie Simple To-Do List
Download Simple To-Do List-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
This simple extension allows you to easily manage your daily tasks right in your browser. Features: ✓ Minimalistic interface. ✓ Clickable links in the text. ✓ Drag-and-drop support for tasks. ✓ You can set a priority for a task. ✓ You can save the selected text on a page as a task by context menu. ✓ Export/Import functionality. ✓ Support for data synchronization. ✓ Optional hotkeys.
Basisinformatie over de Extensie
Naam | Simple To-Do List |
ID | jimdhomgkpmmhhcegiebdajlkmjgikaf |
Officiële URL | https://chromewebstore.google.com/detail/simple-to-do-list/jimdhomgkpmmhhcegiebdajlkmjgikaf |
Beschrijving | Simple and minimalistic extension for task management. |
Bestandsgrootte | 236 KB |
Aantal Installaties | 23,629 |
Huidige Versie | 1.3.5 |
Laatst Bijgewerkt | 2017-02-05 |
Publicatiedatum | 2017-02-05 |
Beoordeling | 4.43/5 Totaal 121 Beoordelingen |
Ontwikkelaar | https://dimox.net |
Betalingswijze | free |
Extensiewebsite | http://dimox.net/ |
Help Pagina-URL | http://dimox.net/simple-to-do-list-extension-for-opera-15/ |
Ondersteunde Talen | en,ru |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extensionName__", "description": "__MSG_extensionDescription__", "version": "1.3.5", "background": { "scripts": [ "js\/background.js" ] }, "options_page": "options.html", "browser_action": { "default_icon": "icon.png", "default_popup": "index.html", "default_title": "__MSG_extensionName__" }, "permissions": [ "contextMenus", "storage" ], "default_locale": "en", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "manifest_version": 2 } |