Quote Catalog - Quotes to Inspire & Motivate

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

Vad är Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate är en Chrome-tillägg utvecklad av http://quotecatalog.com, och dess huvudfunktion är "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot

Ladda ner Quote Catalog - Quotes to Inspire & Motivate-förlängningens CRX-fil

Ladda ner Quote Catalog - Quotes to Inspire & Motivate-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Officiell webbadress https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Beskrivning Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Filstorlek 392 KB
Antal Installationer 970
Aktuell Version 12
Senast Uppdaterad 2018-03-23
Publiceringsdatum 2018-03-23
Betyg 4.86/5 Totalt 21 Betyg
Utvecklare http://quotecatalog.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://quotecatalog.com/quotes/inspirational
URL till Sekretesspolicy Sidan https://quotecatalog.com/privacy-policy
Stödda Språk 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"
            ]
        }
    ]
}