Simple To-Do List

Simple and minimalistic extension for task management.

Vad är Simple To-Do List?

Simple To-Do List är en Chrome-tillägg utvecklad av https://dimox.net, och dess huvudfunktion är "Simple and minimalistic extension for task management.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Simple To-Do List-förlängningens CRX-fil

Ladda ner Simple To-Do List-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Simple To-Do List Simple To-Do List
ID jimdhomgkpmmhhcegiebdajlkmjgikaf
Officiell webbadress https://chromewebstore.google.com/detail/simple-to-do-list/jimdhomgkpmmhhcegiebdajlkmjgikaf
Beskrivning Simple and minimalistic extension for task management.
Filstorlek 236 KB
Antal Installationer 23,629
Aktuell Version 1.3.5
Senast Uppdaterad 2017-02-05
Publiceringsdatum 2017-02-05
Betyg 4.43/5 Totalt 121 Betyg
Utvecklare https://dimox.net
Betalningssätt free
Tilläggswebbplats http://dimox.net/
Hjälpsida URL http://dimox.net/simple-to-do-list-extension-for-opera-15/
Stödda Språk 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
}