Detect Font

Detect fonts used in web pages

什么是Detect Font?

Detect Font是由@hmarr开发的Chrome扩展程序,该扩展的主要功能是“Detect fonts used in web pages”。

扩展截图

screenshot

下载Detect Font扩展crx文件

下载Detect Font扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        "What's that gorgeous font?", you ask... Well, now you'll know!

Click the icon in the browser toolbar to activate font detection mode, and hover over parts of the page to reveal which font is being used.

Unlike other font-detecting extensions, this won't ask for full access to every website you visit. It's only activated when you press the button in the toolbar, so you stay in control of your privacy.                    

扩展基本信息

名称 Detect Font Detect Font
ID mpljfgaicpdodihppfoolcididbkalce
官方URL https://chromewebstore.google.com/detail/detect-font/mpljfgaicpdodihppfoolcididbkalce
简介 Detect fonts used in web pages
文件大小 12.29 KB
安装次数 1,677
当前版本 1.1
更新时间 2023-10-19
上架时间 2020-04-10
评分 5.00/5 共1次评分
开发者 @hmarr
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/hmarr/chrome-detect-font
帮助页面URL https://github.com/hmarr/chrome-detect-font/issues
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Detect Font",
    "version": "1.1",
    "author": "Harry Marr",
    "description": "Detect fonts used in web pages",
    "homepage_url": "https:\/\/github.com\/hmarr\/chrome-detect-font",
    "icons": {
        "16": "images\/icon-16.png",
        "24": "images\/icon-24.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "contextMenus",
        "scripting",
        "activeTab"
    ],
    "action": {
        "default_icon": {
            "16": "images\/icon-16.png",
            "24": "images\/icon-24.png",
            "32": "images\/icon-32.png",
            "48": "images\/icon-48.png"
        }
    }
}