WhatFont - What html font

WhatFont helps you identify the font on a web page, html font size, color, font family

WhatFont - What html fontとは何ですか?

WhatFont - What html fontはfontluckerによって開発されたChromeの拡張機能で、その主な機能は「WhatFont helps you identify the font on a web page, html font size, color, font family」です。

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

screenshot

WhatFont - What html font拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Easily detect any html fonts on a web page from your favorite sites using the What font chrome extension.

What font chrome is very easy to use. First you need to open the page from which you need to identify the font. Then click the extension icon in your browser, hover your mouse over the text whose font you want to identify and the modal window that appears will have all the information: html font size, color, font family.

WhatFont will be useful for web designers, marketers, and developers and is useful for quickly getting information about all the fonts on a web page. In the near future, we are planning to implement the function of the font identifier in the image. And the ability to download the selected font.                    

拡張機能の基本情報

名前 WhatFont - What html font WhatFont - What html font
ID iceonohalfbfcldenclcjafcpboiplfo
公式URL https://chromewebstore.google.com/detail/whatfont-what-html-font/iceonohalfbfcldenclcjafcpboiplfo
説明 WhatFont helps you identify the font on a web page, html font size, color, font family
ファイルサイズ 128 KB
インストール数 12,052
現在のバージョン 0.0.7
最終更新日 2022-12-16
公開日 2021-02-03
評価 4.77/5 合計 35 レビュー
開発者 fontlucker
Eメール [email protected]
支払い方法 free
プライバシーポリシーページのURL https://docs.google.com/document/d/1VdvBnv7FoO7hG2rE01agSxZxRil0oVSCpPNuX6j4J3s
対応言語 de,en,fr,es,it,pl,pt-PT,ru,zh-CN,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_EXTENSION_NAME__",
    "short_name": "__MSG_EXTENSION_SHORT_NAME__",
    "description": "__MSG_EXTENSION_DESCRIPTION__",
    "default_locale": "en",
    "version": "0.0.7",
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js",
                "html2canvas.min.js"
            ]
        }
    ],
    "action": {
        "default_icon": "img\/icon48.png"
    },
    "permissions": [],
    "host_permissions": [
        ""
    ],
    "icons": {
        "48": "img\/icon48.png",
        "128": "img\/icon128.png",
        "256": "img\/icon256.png"
    },
    "background": {
        "service_worker": "bundle.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "wf.css"
            ],
            "matches": [
                ""
            ]
        }
    ]
}