Fontstorage

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

What is Fontstorage?

Fontstorage is a Chrome extension developed by https://fontstorage.com, and its main feature is "The simplest extension for identifying and selecting fonts on a website.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Fontstorage Extension CRX File

Download Fontstorage extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
Official URL https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Description The simplest extension for identifying and selecting fonts on a website.
File Size 79.59 KB
Installation Count 8,328
Current Version 3.0.2
Last Updated 2024-01-22
Publish Date 2019-06-25
Rating 4.36/5 Total 39 Ratings
Developer https://fontstorage.com
Email [email protected]
Payment Type free
Extension Website https://fontstorage.com/extension
Help Page URL https://fontstorage.com/author/
Supported Languages 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]"
        }
    }
}