What Font

Identify fonts from websites that appeal to you

什么是What Font?

What Font是由Immanuel Thomas开发的Chrome扩展程序,该扩展的主要功能是“Identify fonts from websites that appeal to you”。

扩展截图

screenshot
screenshot

下载What Font扩展crx文件

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

扩展使用说明

                        Chrome plugin to identify font usage on the current website.                    

扩展基本信息

名称 What Font What Font
ID mbmmfmfiglgpcpboljabbhlogbcpebdh
官方URL https://chromewebstore.google.com/detail/what-font/mbmmfmfiglgpcpboljabbhlogbcpebdh
简介 Identify fonts from websites that appeal to you
文件大小 198 KB
安装次数 2,513
当前版本 1.0
更新时间 2017-06-03
上架时间 2017-06-02
评分 2.54/5 共13次评分
开发者 Immanuel Thomas
付费类型 free
帮助页面URL https://github.com/immanuel/what-font
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "What Font",
    "short_name": "What Font",
    "description": "Identify fonts from websites that appeal to you",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "browser_action": {
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "lib\/jquery.min.js",
                "getFonts.js"
            ]
        }
    ]
}