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.

What is Motivation?

Motivation is a Chrome extension developed by Dmytrii Lysak, and its main feature is "Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Motivation Extension CRX File

Download Motivation extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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/                    

Extension Basic Information

Name Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
Official URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
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.
File Size 2.01 MB
Installation Count 629
Current Version 0.6.6.1
Last Updated 2024-01-22
Publish Date 2020-06-07
Rating 5.00/5 Total 3 Ratings
Developer Dmytrii Lysak
Email dlysak@live.com
Payment Type free
Extension Website https://motivation-new-tab.github.io/
Help Page URL https://github.com/Lysak/motivation/
Supported Languages 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"
}