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