New Tab Motivation

Motivational quotes delivered every time you open up a new tab.

New Tab Motivation क्या है?

New Tab Motivation The Mindful Tech Lab द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Motivational quotes delivered every time you open up a new tab."।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        ☆☆☆ Featured in Lifehacker! ☆☆☆

Get inspired each time you open a new browser tab. New Tab Motivation replaces your new tab page with a selection of randomized motivational quotes displayed in a minimalist layout. 

Developed by The Mindful Tech Lab. Learn more at www.TheMindfulTechLab.com                    

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

नाम New Tab Motivation New Tab Motivation
ID mcanfonlcebdnacjecfahjjecnfekkke
आधिकारिक URL https://chrome.google.com/webstore/detail/new-tab-motivation/mcanfonlcebdnacjecfahjjecnfekkke
विवरण Motivational quotes delivered every time you open up a new tab.
फ़ाइल का आकार 49.42 KB
स्थापना संख्या 2,000
वर्तमान संस्करण 4.3
अंतिम अपडेट 2017-03-25
प्रकाशन तिथि 2017-03-25
रेटिंग 4.60/5 कुल 72 रेटिंग्स
डेवलपर The Mindful Tech Lab
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://themindfultechlab.com
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "name": "New Tab Motivation",
    "description": "Motivational quotes delivered every time you open up a new tab.",
    "version": "4.3",
    "browser_action": {
        "default_icon": "icon.png"
    },
    "permissions": [
        "management"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}