Quote Catalog - Quotes to Inspire & Motivate

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

Was ist Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate ist eine Chrome-Erweiterung, die von http://quotecatalog.com entwickelt wurde, und ihr Hauptmerkmal ist "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Erweiterungsscreenshots

screenshot
screenshot
screenshot

Quote Catalog - Quotes to Inspire & Motivate-Erweiterungs-CRX-Datei herunterladen

Laden Sie Quote Catalog - Quotes to Inspire & Motivate-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Offizielle URL https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Beschreibung Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Dateigröße 392 KB
Installationsanzahl 970
Aktuelle Version 12
Letztes Update 2018-03-23
Veröffentlichungsdatum 2018-03-23
Bewertung 4.86/5 Insgesamt 21 Bewertungen
Entwickler http://quotecatalog.com
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite http://quotecatalog.com/quotes/inspirational
URL der Datenschutzrichtlinien-Seite https://quotecatalog.com/privacy-policy
Unterstützte Sprachen 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"
            ]
        }
    ]
}