Get Motivated

Let me motivate you everyday. I won't annoy you, I promise.

Get Motivated क्या है?

Get Motivated Rahul Kapoor द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let me motivate you everyday. I won't annoy you, I promise."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

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

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

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

                        *Note* Updated new tab page with a minimal non-intrusive UI and a new logo.
"Get Motivated" is a small lightweight extension that gives a new minimal look to your "New Tab" page on Google Chrome with a beautiful quote in order to motivate you one tab at a time. The quotes have been curated from Internet with utmost care in order to give you the best ones that are out there.

Install this small 50-60 kB extension and let me know by reviewing it once if you like it.                    

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

नाम Get Motivated Get Motivated
ID glpopnaifhjhcibncepibjbehblannde
आधिकारिक URL https://chromewebstore.google.com/detail/get-motivated/glpopnaifhjhcibncepibjbehblannde
विवरण Let me motivate you everyday. I won't annoy you, I promise.
फ़ाइल का आकार 46.4 KB
स्थापना संख्या 18
वर्तमान संस्करण 1.1
अंतिम अपडेट 2018-03-25
प्रकाशन तिथि 2018-03-24
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर Rahul Kapoor
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Rahul Kapoor",
    "short_name": "GetMotivated",
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "description": "Let me motivate you everyday. I won't annoy you, I promise.",
    "homepage_url": "https:\/\/github.com\/rahulkapoor90\/Get-Motivated",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "name": "Get Motivated",
    "offline_enabled": true,
    "permissions": [
        "storage"
    ],
    "version": "1.1"
}