Font Detector

Detects font properties and styles

Font Detectorとは何ですか?

Font DetectorはAnish Nairによって開発されたChromeの拡張機能で、その主な機能は「Detects font properties and styles」です。

拡張機能のスクリーンショット

screenshot

Font Detector拡張機能のCRXファイルをダウンロード

Font Detector拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        On any page, click on the font properties icon.

A pop-up will own up as shown in the screenshot.

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 Detector Font Detector
ID mohdgdcdkibdljkppnmnihdacpbpllmj
公式URL https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj
説明 Detects font properties and styles
ファイルサイズ 259 KB
インストール数 4,900
現在のバージョン v1.2.1
最終更新日 2022-05-18
公開日 2020-01-23
評価 5.00/5 合計 5 レビュー
開発者 Anish Nair
Eメール [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 Detector",
    "short_name": "Font Detector",
    "version": "1.2.1",
    "version_name": "v1.2.1",
    "description": "Detects font properties and styles",
    "icons": {
        "16": "assets\/icons\/font-detector-logo-16.png",
        "48": "assets\/icons\/font-detector-logo-48.png",
        "128": "assets\/icons\/font-detector-logo-128.png"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "background": {
        "service_worker": "js\/background.min.js"
    },
    "manifest_version": 3,
    "action": {
        "default_icon": {
            "19": "assets\/icons\/font-detector-logo-19.png",
            "38": "assets\/icons\/font-detector-logo-38.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "assets\/icons\/font-detector-logo-38.png"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ]
}