Quote Catalog - Quotes to Inspire & Motivate

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

O que é Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate é uma extensão do Chrome desenvolvida por http://quotecatalog.com, e sua principal característica é "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Quote Catalog - Quotes to Inspire & Motivate

Baixe arquivos de extensão Quote Catalog - Quotes to Inspire & Motivate no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
URL Oficial https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Descrição Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Tamanho do Arquivo 392 KB
Contagem de Instalações 970
Versão Atual 12
Última Atualização 2018-03-23
Data de Publicação 2018-03-23
Classificação 4.86/5 Total de 21 Avaliações
Desenvolvedor http://quotecatalog.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão http://quotecatalog.com/quotes/inspirational
URL da Página de Política de Privacidade https://quotecatalog.com/privacy-policy
Idiomas Suportados 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"
            ]
        }
    ]
}