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.

Motivation क्या है?

Motivation Dmytrii Lysak द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "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

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Motivation एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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/                    

एक्सटेंशन की मूल जानकारी

नाम Motivation Motivation
ID aliachjmgkelibfecomdccomahgpople
आधिकारिक URL https://chromewebstore.google.com/detail/motivation/aliachjmgkelibfecomdccomahgpople
विवरण Once installed, enter your date of birth and then, every time you open a new tab, a live calculation of your age will appear.
फ़ाइल का आकार 2.01 MB
स्थापना संख्या 629
वर्तमान संस्करण 0.6.6.1
अंतिम अपडेट 2024-01-22
प्रकाशन तिथि 2020-06-07
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर Dmytrii Lysak
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://motivation-new-tab.github.io/
सहायता पृष्ठ URL https://github.com/Lysak/motivation/
समर्थित भाषाएँ 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"
}