Life Calendar
Remainder of your life in weeks
Co to jest Life Calendar?
Life Calendar to rozszerzenie Chrome opracowane przez Unknown, a jego główną funkcją jest „Remainder of your life in weeks”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Life Calendar
Pobierz pliki rozszerzeń Life Calendar 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
Inspired by Tim Urban's Ted Talk [https://www.youtube.com/watch?v=arj7oStGLkU], this extension will show you how many weeks you have left to live. Each box equals one week. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ehkopmgbaklbnbdlhmaddkddjbhnkajo |
| Oficjalny URL | https://chromewebstore.google.com/detail/life-calendar/ehkopmgbaklbnbdlhmaddkddjbhnkajo |
| Opis | Remainder of your life in weeks |
| Rozmiar pliku | 56.38 KB |
| Liczba instalacji | 239 |
| Aktualna Wersja | 1.0 |
| Ostatnia Aktualizacja | 2018-09-25 |
| Data Publikacji | 2018-09-24 |
| Ocena | 1.00/5 Łącznie 1 Oceny |
| Deweloper | Unknown |
| Typ Płatności | free |
| Obsługiwane Języki | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Life Calendar",
"version": "1.0",
"description": "Remainder of your life in weeks",
"permissions": [
"storage"
],
"chrome_url_overrides": {
"newtab": "index.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"icons": {
"16": "images\/16.png",
"32": "images\/32.png",
"48": "images\/48.png",
"128": "images\/128.png"
},
"manifest_version": 2
} | |