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
Eメール [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]"
        }
    }
}