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
官方網址 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]"
        }
    }
}