Motivation

Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.

Co to jest Motivation?

Motivation to rozszerzenie Chrome opracowane przez Dmytrii Lysak, a jego główną funkcją jest „Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.”.

Zrzuty ekranu rozszerzenia

screenshot

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

                        Replace new tab page with Motivation. Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear. Click to preview: https://motivation-new-tab.github.io/                    

Podstawowe informacje o rozszerzeniu

Nazwa Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Oficjalny URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Opis Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Rozmiar pliku 2.01 MB
Liczba instalacji 629
Aktualna Wersja 0.6.6.1
Ostatnia Aktualizacja 2024-01-22
Data Publikacji 2020-06-07
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper Dmytrii Lysak
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://motivation-new-tab.github.io/
Adres URL Strony Pomocy https://github.com/Lysak/motivation/
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "motivation.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "description": "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.",
    "icons": {
        "128": "icon-128.png",
        "16": "icon-16.png",
        "48": "icon-48.png"
    },
    "manifest_version": 2,
    "name": "Motivation",
    "offline_enabled": true,
    "version": "0.6.6.1"
}