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.

Cos'è Motivation?

Motivation è un'estensione di Chrome sviluppata da Dmytrii Lysak, e la sua funzione principale è "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Motivation

Scarica i file di estensione Motivation in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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/                    

Informazioni di Base sull'Estensione

Nome Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
URL Ufficiale https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Descrizione Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Dimensione del File 2.01 MB
Conteggio Installazioni 629
Versione Corrente 0.6.6.1
Ultimo Aggiornamento 2024-01-22
Data di Pubblicazione 2020-06-07
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Dmytrii Lysak
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://motivation-new-tab.github.io/
URL della Pagina di Aiuto https://github.com/Lysak/motivation/
Lingue Supportate 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"
}