Quote Catalog - Quotes to Inspire & Motivate

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

Apa itu Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate adalah ekstensi Chrome yang dikembangkan oleh http://quotecatalog.com, dan fitur utamanya adalah "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Quote Catalog - Quotes to Inspire & Motivate

Unduh file ekstensi Quote Catalog - Quotes to Inspire & Motivate dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
URL Resmi https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Deskripsi Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Ukuran File 392 KB
Jumlah Instalasi 970
Versi Saat Ini 12
Terakhir Diperbarui 2018-03-23
Tanggal Publikasi 2018-03-23
Penilaian 4.86/5 Total 21 Penilaian
Pengembang http://quotecatalog.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://quotecatalog.com/quotes/inspirational
URL Halaman Kebijakan Privasi https://quotecatalog.com/privacy-policy
Bahasa yang Didukung 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"
            ]
        }
    ]
}