Fontpair

Identifies which colors and fonts a website uses

Co je Fontpair?

Fontpair je rozšíření Chrome vyvinuté https://fontpair.co, a jeho hlavní funkcí je „Identifies which colors and fonts a website uses“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Fontpair

Stáhněte si soubory rozšíření Fontpair ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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                    

Základní Informace o Rozšíření

Název Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Oficiální URL https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Popis Identifies which colors and fonts a website uses
Velikost souboru 445 KB
Počet instalací 9,093
Aktuální Verze 1.0
Poslední Aktualizace 2024-02-05
Datum Vydání 2022-06-29
Hodnocení 4.75/5 Celkem 4 Hodnocení
Vývojář https://fontpair.co
E-mail fontpairco@gmail.com
Typ Platby free
Webové stránky Rozšíření https://www.fontpair.co/
URL Stránky Nápovědy https://fontpairv2.webflow.io/extension/privacy
URL Stránky Zásad Ochrany Soukromí https://www.fontpair.co/extension/privacy
Podporované Jazyky 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"
    ]
}