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
官方網址 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
電子郵箱 [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": [
                ""
            ]
        }
    ]
}