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