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.

Cos'è My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome è un'estensione di Chrome sviluppata da Keepers, e la sua funzione principale è "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione My Tasks: Todo-List for Google Chrome

Scarica i file di estensione My Tasks: Todo-List for Google Chrome in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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

Informazioni di Base sull'Estensione

Nome My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
URL Ufficiale https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Descrizione My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Dimensione del File 128 KB
Conteggio Installazioni 1,565
Versione Corrente 0.2.0
Ultimo Aggiornamento 2015-11-02
Data di Pubblicazione 2015-11-02
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Keepers
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/ianaya89/my-tasks
Lingue Supportate 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'"
}