Fontstorage

The simplest extension for identifying and selecting fonts on a website.

什么是Fontstorage?

Fontstorage是由https://fontstorage.com开发的Chrome扩展程序,该扩展的主要功能是“The simplest extension for identifying and selecting fonts on a website.”。

扩展截图

screenshot
screenshot
screenshot

下载Fontstorage扩展crx文件

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

扩展使用说明

                        The extension enables you to identify fonts on any website, allowing you to select a font from the Fontstorage collection directly on the site and obtain the CSS code for embedding.                    

扩展基本信息

名称 Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
官方URL https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
简介 The simplest extension for identifying and selecting fonts on a website.
文件大小 79.59 KB
安装次数 8,328
当前版本 3.0.2
更新时间 2024-01-22
上架时间 2019-06-25
评分 4.36/5 共39次评分
开发者 https://fontstorage.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://fontstorage.com/extension
帮助页面URL https://fontstorage.com/author/
支持的语言 de,en,fr,es,ru,uk
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "version": "3.0.2",
    "action": {
        "default_icon": "img\/icon128.png",
        "default_title": "Webfonting it"
    },
    "permissions": [
        "scripting",
        "activeTab"
    ],
    "icons": {
        "16": "img\/icon16.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "96": "img\/icon96.png",
        "128": "img\/icon128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "img\/*.svg"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/background.js"
    },
    "homepage_url": "https:\/\/fontstorage.com\/extension\/",
    "default_locale": "en",
    "browser_specific_settings": {
        "gecko": {
            "id": "[email protected]"
        }
    }
}