Quote Catalog - Quotes to Inspire & Motivate

Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.

Quote Catalog - Quotes to Inspire & Motivate क्या है?

Quote Catalog - Quotes to Inspire & Motivate http://quotecatalog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension."।

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

screenshot
screenshot
screenshot

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

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

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

                        Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension. All quotes are properly cited and from some of the world’s most engaging and intelligent people.                    

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

नाम Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
आधिकारिक URL https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
विवरण Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
फ़ाइल का आकार 392 KB
स्थापना संख्या 970
वर्तमान संस्करण 12
अंतिम अपडेट 2018-03-23
प्रकाशन तिथि 2018-03-23
रेटिंग 4.86/5 कुल 21 रेटिंग्स
डेवलपर http://quotecatalog.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://quotecatalog.com/quotes/inspirational
गोपनीयता नीति पृष्ठ URL https://quotecatalog.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Quote Catalog - Quotes to Inspire & Motivate",
    "version": "12",
    "manifest_version": 2,
    "description": " Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.",
    "homepage_url": "https:\/\/quotecatalog.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "chrome_url_overrides": {
        "newtab": "src\/override\/override.html"
    },
    "permissions": [
        "storage",
        "https:\/\/qc-api-usnyc-1.com\/",
        "https:\/\/quotecatalog.imgix.net\/",
        "http:\/\/rules.quantcount.com\/"
    ],
    "content_security_policy": "script-src 'self' https:\/\/rules.quantcount.com https:\/\/ssl.google-analytics.com; object-src 'self'",
    "offline_enabled": true,
    "content_scripts": [
        {
            "matches": [
                "https:\/\/quotecatalog.com\/"
            ],
            "js": [
                "src\/inject\/check.js",
                "src\/inject\/color.js",
                "src\/inject\/customQuant.js"
            ]
        }
    ]
}