Motivation?
New tab extension inspired by the Motivation extension. Counts down not up.
Co to jest Motivation??
Motivation? to rozszerzenie Chrome opracowane przez neilbedi, a jego główną funkcją jest „New tab extension inspired by the Motivation extension. Counts down not up.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Motivation?
Pobierz pliki rozszerzeń Motivation? 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
Uses a life expectancy calculator from the University of Pennsylvania (http://gosset.wharton.upenn.edu/mortality/form.html) to estimate your time of death. Counts down the years left to the billionth decimal place.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | kcngcjbgnnhcdgnaonkmjheanflddmpo |
Oficjalny URL | https://chrome.google.com/webstore/detail/motivation/kcngcjbgnnhcdgnaonkmjheanflddmpo |
Opis | New tab extension inspired by the Motivation extension. Counts down not up. |
Rozmiar pliku | 116 KB |
Liczba instalacji | 124 |
Aktualna Wersja | 0.2 |
Ostatnia Aktualizacja | 2015-07-13 |
Data Publikacji | 2015-07-13 |
Ocena | 3.50/5 Łącznie 6 Oceny |
Deweloper | neilbedi |
Typ Płatności | free |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Motivation?", "description": "New tab extension inspired by the Motivation extension. Counts down not up.", "version": "0.2", "permissions": [ "activeTab", "http:\/\/gosset.wharton.upenn.edu\/", "https:\/\/ajax.googleapis.com\/" ], "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "chrome_url_overrides": { "newtab": "index.html" } } |