Fontstorage

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

Fontstorageคืออะไร?

Fontstorage เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://fontstorage.com และคุณลักษณะหลักของมันคือ "The simplest extension for identifying and selecting fonts on a website."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Fontstorage

ดาวน์โหลดไฟล์ส่วนขยาย 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]"
        }
    }
}