Fontpair

Identifies which colors and fonts a website uses

Vad är Fontpair?

Fontpair är en Chrome-tillägg utvecklad av https://fontpair.co, och dess huvudfunktion är "Identifies which colors and fonts a website uses".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Fontpair-förlängningens CRX-fil

Ladda ner Fontpair-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn Fontpair Fontpair
ID kaofbfeoidjckolmddiafkmaiggonmop
Officiell webbadress https://chromewebstore.google.com/detail/fontpair/kaofbfeoidjckolmddiafkmaiggonmop
Beskrivning Identifies which colors and fonts a website uses
Filstorlek 445 KB
Antal Installationer 9,093
Aktuell Version 1.0
Senast Uppdaterad 2024-02-05
Publiceringsdatum 2022-06-29
Betyg 4.75/5 Totalt 4 Betyg
Utvecklare https://fontpair.co
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.fontpair.co/
Hjälpsida URL https://fontpairv2.webflow.io/extension/privacy
URL till Sekretesspolicy Sidan https://www.fontpair.co/extension/privacy
Stödda Språk 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"
    ]
}