Font Properties

Detects font properties and styles

Co je Font Properties?

Font Properties je rozšíření Chrome vyvinuté Anish Nair, a jeho hlavní funkcí je „Detects font properties and styles“.

Snímky obrazovky rozšíření

screenshot

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

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

                        On any page, click on the font properties icon.

A pop-up will own up.

Hover on any text on the webpage, and you will get all the font-related information of that text.
Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element.


To stop showing the font-properties, click on close('x' icon).                    

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

Název Font Properties Font Properties
ID kfeflklmnjeegejbjgcohehakjkaeamg
Oficiální URL https://chromewebstore.google.com/detail/font-properties/kfeflklmnjeegejbjgcohehakjkaeamg
Popis Detects font properties and styles
Velikost souboru 144 KB
Počet instalací 212
Aktuální Verze v1.2.1
Poslední Aktualizace 2022-05-20
Datum Vydání 2020-01-19
Vývojář Anish Nair
E-mail [email protected]
Typ Platby free
URL Stránky Zásad Ochrany Soukromí https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Font Properties",
    "short_name": "Font Properties",
    "version": "1.2.1",
    "version_name": "v1.2.1",
    "description": "Detects font properties and styles",
    "icons": {
        "16": "assets\/icons\/font-properties-logo-16.png",
        "48": "assets\/icons\/font-properties-logo-48.png",
        "128": "assets\/icons\/font-properties-logo-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "assets\/icons\/font-properties-logo-19.png",
            "38": "assets\/icons\/font-properties-logo-38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/font-properties-logo-38.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}