FONT Finder PRO

Can detect which font used in webpage.

什么是FONT Finder PRO?

FONT Finder PRO是由https://bayramoff.com开发的Chrome扩展程序,该扩展的主要功能是“Can detect which font used in webpage.”。

扩展截图

screenshot
screenshot

下载FONT Finder PRO扩展crx文件

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

扩展使用说明

                        Font Finder RPO extension helps you detect/find fonts used on web pages.

Features:
Find fonts on a web page
Find text size on a web page 

How to use:
1. Install "Font Finder PRO" chrome extension.
2. Open any website.
3. Open "Font Finder PRO" from "Extensions list". 
Find the extension's icon using the puzzle icon.
4. Click "Start" button to activate Font Finder MODE.
5. Select or click to text on a web page.                    

扩展基本信息

名称 FONT Finder PRO FONT Finder PRO
ID ihpkfgphnppljkdhnjgiieicnhlkfdig
官方URL https://chromewebstore.google.com/detail/font-finder-pro/ihpkfgphnppljkdhnjgiieicnhlkfdig
简介 Can detect which font used in webpage.
文件大小 16.5 KB
安装次数 29
当前版本 1.0.0
更新时间 2022-12-15
上架时间 2022-12-15
开发者 https://bayramoff.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://bayramoff.com/apps/font-detector
帮助页面URL https://bayramoff.com/apps/font-detector
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FONT Finder PRO",
    "version": "1.0.0",
    "manifest_version": 3,
    "description": "Can detect which font used in webpage.",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/",
    "action": {
        "default_popup": "window.html",
        "default_title": "FONT Finder PRO by Bayramoff",
        "default_icon": {
            "16": "icons\/logo_16.png",
            "32": "icons\/logo_32.png",
            "48": "icons\/logo_48.png",
            "128": "icons\/logo_128.png"
        }
    },
    "icons": {
        "16": "icons\/logo_16.png",
        "32": "icons\/logo_32.png",
        "48": "icons\/logo_48.png",
        "128": "icons\/logo_128.png"
    },
    "permissions": [
        "activeTab",
        "scripting"
    ]
}