Motivation Todo list with age counter.

Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation

Apa itu Motivation Todo list with age counter.?

Motivation Todo list with age counter. adalah ekstensi Chrome yang dikembangkan oleh wojciech.kokorzycki, dan fitur utamanya adalah "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Motivation Todo list with age counter.

Unduh file ekstensi Motivation Todo list with age counter. 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

                                            

Informasi Dasar Ekstensi

Nama Motivation Todo list with age counter. Motivation Todo list with age counter.
ID emdpadcdfnncmlhpldncnijaeodnjplj
URL Resmi https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj
Deskripsi Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https://github.com/ksiadz/motivation
Ukuran File 489 KB
Jumlah Instalasi 44
Versi Saat Ini 0.1.1
Terakhir Diperbarui 2017-03-18
Tanggal Publikasi 2017-03-18
Penilaian 3.00/5 Total 2 Penilaian
Pengembang wojciech.kokorzycki
Tipe Pembayaran free
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Motivation Todo list with age counter.",
    "version": "0.1.1",
    "manifest_version": 2,
    "description": "Todo list with age counter to make the most out of your day! Remake of remake. My fork is at https:\/\/github.com\/ksiadz\/motivation",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "128": "icon.png"
    },
    "permissions": [
        "storage"
    ]
}