Find Font

Define any font on the page.

什么是Find Font?

Find Font是由saharmashhadi522开发的Chrome扩展程序,该扩展的主要功能是“Define any font on the page.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载Find Font扩展crx文件

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

扩展使用说明

                        We offer you our new unique extension Find Font that will make it easier for you to work with documents.  With Find Font you will be provided with a large number of different and cool fonts.  There is also a palette of vibrant colors for your texts.  The good thing about our product is that it is completely free.  The great advantage of our product Find Font is that it does not ask you for personal data and any other information.  Find Font is very convenient and easy to use, we are sure that if you install WhatFont on your smartphone, you will not regret it and will work with pleasure.                    

扩展基本信息

名称 Find Font Find Font
ID cgdmldicdcifjialkangkjbdomlighml
官方URL https://chromewebstore.google.com/detail/find-font/cgdmldicdcifjialkangkjbdomlighml
简介 Define any font on the page.
文件大小 70.45 KB
安装次数 260
当前版本 1.1
更新时间 2021-12-20
上架时间 2021-09-06
开发者 saharmashhadi522
电子邮箱 [email protected]
付费类型 free
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.1",
    "manifest_version": 2,
    "description": "Define any font on the page.",
    "icons": {
        "128": "images\/logo.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "js\/vendor\/jq.min.js",
            "js\/vendor\/html2canvas.min.js",
            "js\/init.js"
        ]
    },
    "content_security_policy": "script-src 'self' https:\/\/typekit.com; object-src 'self'",
    "browser_action": {
        "default_icon": {
            "128": "images\/logo.png"
        }
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/main.js",
                "js\/vendor\/jq.min.js",
                "js\/vendor\/html2canvas.min.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "\/css\/style.css"
    ],
    "permissions": [
        "",
        "storage"
    ]
}