My Tasks: Todo-List for Google Chrome

My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.

Was ist My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome ist eine Chrome-Erweiterung, die von Keepers entwickelt wurde, und ihr Hauptmerkmal ist "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Erweiterungsscreenshots

screenshot

My Tasks: Todo-List for Google Chrome-Erweiterungs-CRX-Datei herunterladen

Laden Sie My Tasks: Todo-List for Google Chrome-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 is Todo List application which will replace your default "new tab" page.                    

Grundlegende Informationen zur Erweiterung

Name My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
Offizielle URL https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Beschreibung My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Dateigröße 128 KB
Installationsanzahl 1,565
Aktuelle Version 0.2.0
Letztes Update 2015-11-02
Veröffentlichungsdatum 2015-11-02
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler Keepers
Zahlungsart free
Erweiterungswebsite https://github.com/ianaya89/my-tasks
Unterstützte Sprachen en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "My Tasks: Todo-List for Google Chrome",
    "short_name": "My Tasks",
    "version": "0.2.0",
    "manifest_version": 2,
    "description": "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.",
    "browser_action": {
        "default_title": "My Tasks"
    },
    "chrome_url_overrides": {
        "newtab": "tab.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}