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.

Wat is My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome is een Chrome-extensie ontwikkeld door Keepers, en de belangrijkste functie is "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie My Tasks: Todo-List for Google Chrome

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

Basisinformatie over de Extensie

Naam My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
Officiële URL https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Beschrijving My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Bestandsgrootte 128 KB
Aantal Installaties 1,565
Huidige Versie 0.2.0
Laatst Bijgewerkt 2015-11-02
Publicatiedatum 2015-11-02
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Keepers
Betalingswijze free
Extensiewebsite https://github.com/ianaya89/my-tasks
Ondersteunde Talen 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'"
}