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

Co to jest Motivation Todo list with age counter.?

Motivation Todo list with age counter. to rozszerzenie Chrome opracowane przez wojciech.kokorzycki, a jego główną funkcją jest „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”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Motivation Todo list with age counter.

Pobierz pliki rozszerzeń Motivation Todo list with age counter. w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                                            

Podstawowe informacje o rozszerzeniu

Nazwa Motivation Todo list with age counter. Motivation Todo list with age counter.
ID emdpadcdfnncmlhpldncnijaeodnjplj
Oficjalny URL https://chrome.google.com/webstore/detail/motivation-todo-list-with/emdpadcdfnncmlhpldncnijaeodnjplj
Opis 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
Rozmiar pliku 489 KB
Liczba instalacji 44
Aktualna Wersja 0.1.1
Ostatnia Aktualizacja 2017-03-18
Data Publikacji 2017-03-18
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper wojciech.kokorzycki
Typ Płatności free
Obsługiwane Języki 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"
    ]
}