Fontoscope

Paratype Font Explorer

什么是Fontoscope?

Fontoscope是由https://www.paratype.com开发的Chrome扩展程序,该扩展的主要功能是“Paratype Font Explorer”。

扩展截图

screenshot
screenshot
screenshot

下载Fontoscope扩展crx文件

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

扩展使用说明

                        Creating a new website or redesigning an existing one? Try hundreds of professionally designed fonts for free before buying a license.

Navigate to a published or test webpage. Hover over text elements to identify fonts specified by the page author. Click on a text element and select a substitute font. See if the new font looks right on the page.

When ready to publish, visit Paratype Web Store to acquire font licenses.

Paratype account is required to get access to all fonts. Unregistered users can use free fonts distributed under OFL.

PRIVACY: Paratype does not collect or analyze any data related to your Web browsing activity.                    

扩展基本信息

名称 Fontoscope Fontoscope
ID doionlecganamkcijdeefalpdpmpbmoe
官方URL https://chromewebstore.google.com/detail/fontoscope/doionlecganamkcijdeefalpdpmpbmoe
简介 Paratype Font Explorer
文件大小 215 KB
安装次数 314
当前版本 2.15.2
更新时间 2023-05-01
上架时间 2020-06-10
评分 4.00/5 共2次评分
开发者 https://www.paratype.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://paratype.com/fontoscope
隐私政策页面URL https://www.paratype.com/legal/privacy/fontoscope
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Fontoscope",
    "version": "2.15.2",
    "description": "Paratype Font Explorer",
    "homepage_url": "https:\/\/www.paratype.com",
    "icons": {
        "256": ".\/assets\/images\/fs-256x256.png",
        "128": ".\/assets\/images\/fs-128x128.png",
        "96": ".\/assets\/images\/fs-96x96.png",
        "64": ".\/assets\/images\/fs-64x64.png",
        "48": ".\/assets\/images\/fs-48x48.png",
        "32": ".\/assets\/images\/fs-32x32.png",
        "24": ".\/assets\/images\/fs-24x24.png",
        "16": ".\/assets\/images\/fs-16x16.png"
    },
    "manifest_version": 3,
    "host_permissions": [
        "*:\/\/*\/"
    ],
    "permissions": [
        "storage"
    ],
    "background": {
        "service_worker": "background_runtime.js"
    },
    "content_scripts": [
        {
            "js": [
                "content.js",
                "runtime.js",
                "polyfills.js",
                "main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "256": ".\/assets\/images\/fs-256x256.png",
            "128": ".\/assets\/images\/fs-128x128.png",
            "96": ".\/assets\/images\/fs-96x96.png",
            "64": ".\/assets\/images\/fs-64x64.png",
            "48": ".\/assets\/images\/fs-48x48.png",
            "32": ".\/assets\/images\/fs-32x32.png",
            "24": ".\/assets\/images\/fs-24x24.png",
            "16": ".\/assets\/images\/fs-16x16.png"
        },
        "default_title": "Fontoscope"
    }
}