Simple To-Do List
Simple and minimalistic extension for task management.
Was ist Simple To-Do List?
Simple To-Do List ist eine Chrome-Erweiterung, die von https://dimox.net entwickelt wurde, und ihr Hauptmerkmal ist "Simple and minimalistic extension for task management.".
Erweiterungsscreenshots
Simple To-Do List-Erweiterungs-CRX-Datei herunterladen
Laden Sie Simple To-Do List-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | jimdhomgkpmmhhcegiebdajlkmjgikaf |
| Offizielle URL | https://chromewebstore.google.com/detail/simple-to-do-list/jimdhomgkpmmhhcegiebdajlkmjgikaf |
| Beschreibung | Simple and minimalistic extension for task management. |
| Dateigröße | 236 KB |
| Installationsanzahl | 23,629 |
| Aktuelle Version | 1.3.5 |
| Letztes Update | 2017-02-05 |
| Veröffentlichungsdatum | 2017-02-05 |
| Bewertung | 4.43/5 Insgesamt 121 Bewertungen |
| Entwickler | https://dimox.net |
| Zahlungsart | free |
| Erweiterungswebsite | http://dimox.net/ |
| Hilfeseite URL | http://dimox.net/simple-to-do-list-extension-for-opera-15/ |
| Unterstützte Sprachen | 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
} | |