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"
            ]
        }
    ]
}