FontMe

Discover what font was used on any webpage.

什么是FontMe?

FontMe是由Paper Box开发的Chrome扩展程序,该扩展的主要功能是“Discover what font was used on any webpage.”。

扩展截图

screenshot

下载FontMe扩展crx文件

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

扩展使用说明

                        FontMe makes it incredibly easy to discover the font used on any webpage. Just right click, 'FontMe', and FontMe will let you know what font is being used for that text. No more time wasted digging through a webpages CSS just to find out what that cool font is.

*Make sure to refresh any pages after installing*                    

扩展基本信息

名称 FontMe FontMe
ID jmflbifhkmjblfhmkpfdflfhphbinfjl
官方URL https://chromewebstore.google.com/detail/fontme/jmflbifhkmjblfhmkpfdflfhphbinfjl
简介 Discover what font was used on any webpage.
文件大小 52.82 KB
安装次数 817
当前版本 1.0.4
更新时间 2022-01-18
上架时间 2019-12-14
评分 2.85/5 共13次评分
开发者 Paper Box
电子邮箱 [email protected]
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontMe",
    "version": "1.0.4",
    "description": "Discover what font was used on any webpage.",
    "icons": {
        "16": "images\/fmIcon16.png",
        "48": "images\/fmIcon48.png",
        "128": "images\/fmIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/fmIcon128.png"
        },
        "default_title": "FontMe",
        "default_popup": "html\/popup.html"
    },
    "author": "Paper Box",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/jFont-Checker\/jfont-checker.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "http:JKJones.me",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "FM"
}