Fontpair

Identifies which colors and fonts a website uses

Apa itu Fontpair?

Fontpair adalah ekstensi Chrome yang dikembangkan oleh https://fontpair.co, dan fitur utamanya adalah "Identifies which colors and fonts a website uses".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Fontpair

Unduh file ekstensi Fontpair dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
URL Resmi https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Deskripsi Identifies which colors and fonts a website uses
Ukuran File 445 KB
Jumlah Instalasi 9,093
Versi Saat Ini 1.0
Terakhir Diperbarui 2024-02-05
Tanggal Publikasi 2022-06-29
Penilaian 4.75/5 Total 4 Penilaian
Pengembang https://fontpair.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.fontpair.co/
URL Halaman Bantuan https://fontpairv2.webflow.io/extension/privacy
URL Halaman Kebijakan Privasi https://www.fontpair.co/extension/privacy
Bahasa yang Didukung 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"
    ]
}