Quote Catalog - Quotes to Inspire & Motivate

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

Что такое Quote Catalog - Quotes to Inspire & Motivate?

Quote Catalog - Quotes to Inspire & Motivate - это расширение Chrome, разработанное http://quotecatalog.com, и его основная функция - "Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.".

Снимки экрана расширения

screenshot
screenshot
screenshot

Скачать файл CRX расширения Quote Catalog - Quotes to Inspire & Motivate

Скачайте файлы расширений Quote Catalog - Quotes to Inspire & Motivate в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Quote Catalog - Quotes to Inspire & Motivate Quote Catalog - Quotes to Inspire & Motivate
ID ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Официальный URL https://chrome.google.com/webstore/detail/quote-catalog-quotes-to-i/ghhlpafpmfocpgoepkhmfbdhhjhjnlfe
Описание Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.
Размер файла 392 KB
Количество установок 970
Текущая Версия 12
Последнее Обновление 2018-03-23
Дата публикации 2018-03-23
Рейтинг 4.86/5 Всего 21 оценок
Разработчик http://quotecatalog.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения http://quotecatalog.com/quotes/inspirational
URL страницы политики конфиденциальности https://quotecatalog.com/privacy-policy
Поддерживаемые языки 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"
            ]
        }
    ]
}