New Tab Motivational Quotes

An extension which shows motivating quotes on the new tab page.

New Tab Motivational Quotes क्या है?

New Tab Motivational Quotes Shivank Gandhi द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "An extension which shows motivating quotes on the new tab page."।

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

screenshot
screenshot
screenshot

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

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

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

                        A small extension which shows motivational quotes on the New Tab page in Chrome.

I'd love to know your thoughts/suggestions in the comments.

**FEATURES**
 * Awesome selection of quotes to keep you motivated
 * Minimal typographic experience
 * Requires no permissions
 * Small size

**RELEASE NOTES**
* Added a new simpler font, based on user feedback.                    

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

नाम New Tab Motivational Quotes New Tab Motivational Quotes
ID mganbjhcinhhpelabgdgnogoaedcakke
आधिकारिक URL https://chromewebstore.google.com/detail/new-tab-motivational-quot/mganbjhcinhhpelabgdgnogoaedcakke
विवरण An extension which shows motivating quotes on the new tab page.
फ़ाइल का आकार 24.92 KB
स्थापना संख्या 2,850
वर्तमान संस्करण 1.6.0
अंतिम अपडेट 2019-04-02
प्रकाशन तिथि 2019-04-02
रेटिंग 4.63/5 कुल 24 रेटिंग्स
डेवलपर Shivank Gandhi
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/c.amazon-adsystem.com object-src",
    "name": "New Tab Motivational Quotes",
    "manifest_version": 2,
    "description": "An extension which shows motivating quotes on the new tab page.",
    "author": "Shivank Gandhi",
    "version": "1.6.0",
    "incognito": "split",
    "icons": {
        "128": "icon128.png"
    },
    "background": {
        "persistent": false,
        "scripts": [
            "OneSignal.js",
            "background.js"
        ]
    },
    "permissions": [
        "gcm",
        "storage",
        "notifications",
        "identity"
    ],
    "chrome_url_overrides": {
        "newtab": "index.html"
    }
}