Font Properties

Detects font properties and styles

Font Properties란 무엇입니까?

Font Properties은(는) Anish Nair에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Detects font properties and styles"입니다.

확장 프로그램 스크린샷

screenshot

Font Properties 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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).                    

확장 프로그램 기본 정보

이름 Font Properties Font Properties
ID kfeflklmnjeegejbjgcohehakjkaeamg
공식 URL https://chromewebstore.google.com/detail/font-properties/kfeflklmnjeegejbjgcohehakjkaeamg
설명 Detects font properties and styles
파일 크기 144 KB
설치 횟수 212
현재 버전 v1.2.1
최근 업데이트 2022-05-20
출시 날짜 2020-01-19
개발자 Anish Nair
이메일 [email protected]
결제 유형 free
개인정보 보호 정책 페이지 URL https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions
지원되는 언어 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": [
                "*:\/\/*\/*"
            ]
        }
    ]
}