Font Finder

Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..

Co je Font Finder?

Font Finder je rozšíření Chrome vyvinuté https://artaxconsulting.com, a jeho hlavní funkcí je „Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření Font Finder

Stáhněte si soubory rozšíření Font Finder 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í

                        Best way to find font family, weight, color, etc based on the web page.

Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.                    

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

Název Font Finder Font Finder
ID ekanenkhcfehejceckfcogmfbbhadchd
Oficiální URL https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd
Popis Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Velikost souboru 176 KB
Počet instalací 20
Aktuální Verze 0.0.6
Poslední Aktualizace 2023-07-31
Datum Vydání 2023-06-04
Hodnocení 5.00/5 Celkem 1 Hodnocení
Vývojář https://artaxconsulting.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://artaxconsulting.com/
URL Stránky Zásad Ochrany Soukromí https://artaxconsulting.com/privacy-policy
Podporované Jazyky en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Finder",
    "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ",
    "version": "0.0.6",
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "16": "icon.png",
            "24": "icon.png",
            "32": "icon.png"
        },
        "default_popup": "index.html",
        "default_title": "Font Finder"
    },
    "background": {
        "service_worker": "service-worker-loader.js",
        "type": "module"
    },
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "js": [
                "assets\/content.ts-loader-50f5fc1f.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "icons": {
        "16": "icon.png",
        "48": "icon.png",
        "128": "icon.png",
        "256": "icon.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "assets\/content.ts-fb006660.js"
            ],
            "use_dynamic_url": true
        }
    ]
}