Lifeday
Motivate yourself by measuring your life in days instead of years.
Co to jest Lifeday?
Lifeday to rozszerzenie Chrome opracowane przez https://j.cin.is, a jego główną funkcją jest „Motivate yourself by measuring your life in days instead of years.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Lifeday
Pobierz pliki rozszerzeń Lifeday 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
Lifeday replaces your default new-tab page in Chrome with the number of days that you have been alive. The hope is that this will help to inspire you to make this day more meaningful, to waste less time, and to work towards those things that might fulfill you most.
Podstawowe informacje o rozszerzeniu
Nazwa | Lifeday |
ID | bjnakdpcancplfbpcgckhilkgdjbfdal |
Oficjalny URL | https://chromewebstore.google.com/detail/lifeday/bjnakdpcancplfbpcgckhilkgdjbfdal |
Opis | Motivate yourself by measuring your life in days instead of years. |
Rozmiar pliku | 415 KB |
Liczba instalacji | 35 |
Aktualna Wersja | 1.0.0 |
Ostatnia Aktualizacja | 2019-03-27 |
Data Publikacji | 2019-03-27 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | https://j.cin.is |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/jcinis/lifeday/ |
Adres URL Strony Pomocy | https://github.com/jcinis/lifeday/issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Lifeday", "description": "Motivate yourself by measuring your life in days instead of years.", "version": "1.0.0", "manifest_version": 2, "offline_enabled": true, "background": { "persistent": false, "scripts": [ "chrome.js" ] }, "chrome_url_overrides": { "newtab": "index.html" }, "permissions": [ "storage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "icons": { "16": "lifeday-logo-16.png", "32": "lifeday-logo-32.png", "48": "lifeday-logo-48.png", "128": "lifeday-logo-128.png" } } |