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.

Apa itu My Tasks: Todo-List for Google Chrome?

My Tasks: Todo-List for Google Chrome adalah ekstensi Chrome yang dikembangkan oleh Keepers, dan fitur utamanya adalah "My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi My Tasks: Todo-List for Google Chrome

Unduh file ekstensi My Tasks: Todo-List for Google Chrome dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama My Tasks: Todo-List for Google Chrome My Tasks: Todo-List for Google Chrome
ID inhhamgcakfdohnnppfnehdbjomiglbp
URL Resmi https://chromewebstore.google.com/detail/my-tasks-todo-list-for-go/inhhamgcakfdohnnppfnehdbjomiglbp
Deskripsi My Tasks will replace your default 'new tab' page with a minimalist tool that helps you keep organized your daily tasks.
Ukuran File 128 KB
Jumlah Instalasi 1,565
Versi Saat Ini 0.2.0
Terakhir Diperbarui 2015-11-02
Tanggal Publikasi 2015-11-02
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Keepers
Tipe Pembayaran free
Situs Ekstensi https://github.com/ianaya89/my-tasks
Bahasa yang Didukung 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'"
}