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はhttp://quotecatalog.comによって開発されたChromeの拡張機能で、その主な機能は「Find inspiration, motivation, or a laugh with quotes in every new tab with the Quote Catalog extension.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

Quote Catalog - Quotes to Inspire & Motivate拡張機能のCRXファイルをダウンロード

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
Eメール [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"
            ]
        }
    ]
}