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.

Hvad er My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome er en Chrome-udvidelse udviklet af Keepers, og dens hovedfunktion er "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Udvidelsesskærmbilleder

screenshot

Download My Tasks: Todo-List for Google Chrome-udvidelses-CRX-fil

Download My Tasks: Todo-List for Google Chrome-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        This is Todo List application which will replace your default "new tab" page.                    

Grundlæggende oplysninger om udvidelsen

Navn My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
Officiel URL https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Beskrivelse My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Filstørrelse 128 KB
Antal Installationer 1,565
Nuværende Version 0.2.0
Senest Opdateret 2015-11-02
Udgivelsesdato 2015-11-02
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Keepers
Betalingsmetode free
Udvidelseswebsted https://github.com/ianaya89/my-tasks
Understøttede Sprog 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'"
}