Fontpair

Identifies which colors and fonts a website uses

Fontpairคืออะไร?

Fontpair เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fontpair.co และคุณลักษณะหลักของมันคือ "Identifies which colors and fonts a website uses"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fontpair

ดาวน์โหลดไฟล์ส่วนขยาย Fontpair ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Fontpair helps you identify which colors and fonts a website uses. It does this by detecting the current fonts on the website from the CSS. You can also download a screenshot of the website and share the website URL with the plugin. More updates coming soon!

fontpair.co/extension                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
คำอธิบาย Identifies which colors and fonts a website uses
ขนาดไฟล์ 445 KB
จำนวนการติดตั้ง 9,093
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2024-02-05
วันที่เผยแพร่ 2022-06-29
คะแนน 4.75/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://fontpair.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.fontpair.co/
URL หน้าช่วยเหลือ https://fontpairv2.webflow.io/extension/privacy
URL หน้านโยบายความเป็นส่วนตัว https://www.fontpair.co/extension/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Fontpair",
    "description": "Identifies which colors and fonts a website uses",
    "version": "1.0",
    "host_permissions": [
        ""
    ],
    "action": {
        "default_icon": "src\/images\/icon128.png",
        "default_popup": "src\/html\/popup.html"
    },
    "icons": {
        "16": "src\/images\/icon16.png",
        "48": "src\/images\/icon32.png",
        "128": "src\/images\/icon64.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/js\/jquery-1.10.2.js",
                "src\/js\/script.js"
            ],
            "run_at": "document_end"
        }
    ],
    "permissions": [
        "tabs",
        "activeTab"
    ]
}