Life Counter

Counting the moments of your life

Co to jest Life Counter?

Life Counter to rozszerzenie Chrome opracowane przez jin.alex, a jego główną funkcją jest „Counting the moments of your life”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Life Counter

Pobierz pliki rozszerzeń Life 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

                        Minimalistic counter that shows time between a specified date and now on all your new tabs.

v2 What's New?
-bookmarks
-fixed timezone issues
-adjusted positioning of elements
-option to add a message for what you are counting up/down from/to

Personally I use it to see how long I have been alive but it can count up from a past date or count down to a date in the future.

Use Cases:
- years you've been alive
- seconds until the new year
- number of days until your favourite artists drops that fire mixtape
- etc                    

Podstawowe informacje o rozszerzeniu

Nazwa Life Counter Life Counter
ID bnbpeolijjenmnpfiohapnejmhoecchh
Oficjalny URL https://chromewebstore.google.com/detail/life-counter/bnbpeolijjenmnpfiohapnejmhoecchh
Opis Counting the moments of your life
Rozmiar pliku 104 KB
Liczba instalacji 839
Aktualna Wersja 2.0.0
Ostatnia Aktualizacja 2016-01-01
Data Publikacji 2015-12-31
Ocena 4.88/5 Łącznie 8 Oceny
Deweloper jin.alex
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Life Counter",
    "description": "Counting the moments of your life",
    "version": "2.0.0",
    "manifest_version": 2,
    "options_page": "options.html",
    "permissions": [
        "storage"
    ],
    "icons": {
        "128": "icon_128.png"
    },
    "chrome_url_overrides": {
        "newtab": "newtab.html"
    }
}