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.

Hvad er Motivation?

Motivation er en Chrome-udvidelse udviklet af Dmytrii Lysak, og dens hovedfunktion er "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Udvidelsesskærmbilleder

screenshot

Download Motivation-udvidelses-CRX-fil

Download Motivation-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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/                    

Grundlæggende oplysninger om udvidelsen

Navn Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Officiel URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
Beskrivelse Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
Filstørrelse 2.01 MB
Antal Installationer 629
Nuværende Version 0.6.6.1
Senest Opdateret 2024-01-22
Udgivelsesdato 2020-06-07
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Dmytrii Lysak
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://motivation-new-tab.github.io/
Hjælpeside-URL https://github.com/Lysak/motivation/
Understøttede Sprog 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"
}