Quote Catalog - Quotes to Inspire & Motivate

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

Wat is Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate is een Chrome-extensie ontwikkeld door http://quotecatalog.com, en de belangrijkste functie is "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Quote Catalog - Quotes to Inspire & Motivate

Download Quote Catalog - Quotes to Inspire & Motivate-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Officiële URL https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Beschrijving Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Bestandsgrootte 392 KB
Aantal Installaties 970
Huidige Versie 12
Laatst Bijgewerkt 2018-03-23
Publicatiedatum 2018-03-23
Beoordeling 4.86/5 Totaal 21 Beoordelingen
Ontwikkelaar http://quotecatalog.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://quotecatalog.com/quotes/inspirational
URL van de Privacybeleid Pagina https://quotecatalog.com/privacy-policy
Ondersteunde Talen 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"
            ]
        }
    ]
}