Fontstorage

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

Fontstorage là gì?

Fontstorage là một tiện ích mở rộng Chrome được phát triển bởi https://fontstorage.com, và tính năng chính của nó là "The simplest extension for identifying and selecting fonts on a website.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Fontstorage

Tải xuống các tệp mở rộng Fontstorage dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Fontstorage Fontstorage
ID lpfegdkicphlldcdfeomhdochopplghk
URL Chính Thức https://chromewebstore.google.com/detail/fontstorage/lpfegdkicphlldcdfeomhdochopplghk
Mô tả The simplest extension for identifying and selecting fonts on a website.
Kích Thước Tệp 79.59 KB
Số Lần Cài Đặt 8,328
Phiên Bản Hiện Tại 3.0.2
Cập Nhật Lần Cuối 2024-01-22
Ngày Phát Hành 2019-06-25
Đánh Giá 4.36/5 Tổng số 39 Đánh Giá
Nhà Phát Triển https://fontstorage.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://fontstorage.com/extension
URL Trang Trợ Giúp https://fontstorage.com/author/
Ngôn Ngữ Được Hỗ Trợ 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]"
        }
    }
}