done.today

Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.

Co to jest done.today?

done.today to rozszerzenie Chrome opracowane przez https://usedone.today, a jego główną funkcją jest „Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia done.today

Pobierz pliki rozszerzeń done.today 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

                        done.today replaces your new tab into a beautiful and productive workbench

Make daily check-ins, track completed items, maintain streaks and become more productive with #donetoday                    

Podstawowe informacje o rozszerzeniu

Nazwa done.today done.today
ID dicmbalkebnfabeppjbpalefhcglphei
Oficjalny URL https://chromewebstore.google.com/detail/donetoday/dicmbalkebnfabeppjbpalefhcglphei
Opis Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.
Rozmiar pliku 1.78 MB
Liczba instalacji 31
Aktualna Wersja 1.8
Ostatnia Aktualizacja 2020-05-04
Data Publikacji 2020-05-03
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://usedone.today
Typ Płatności free
Strona Rozszerzenia http://usedone.today
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "done.today",
    "description": "Stupid Simple Productivity. done.today replaces your new tab into a delightful productivity dashboard.",
    "version": "1.8",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'; 'unsafe-eval'",
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "images\/logo16.png",
        "48": "images\/logo48.png",
        "128": "images\/logo128.png"
    },
    "permissions": [
        "storage"
    ],
    "browser_action": []
}