Fontpair

Identifies which colors and fonts a website uses

什麼是Fontpair?

Fontpair是由https://fontpair.co開發的Chrome擴展程式,該擴展的主要功能是“Identifies which colors and fonts a website uses”。

擴展截圖

screenshot
screenshot

下載Fontpair擴展crx文件

下載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
官方網址 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"
    ]
}