Font Export

Extract typography details from any website and save as a CSV file

Font Exportคืออะไร?

Font Export เป็นส่วนขยายของ Chrome ที่พัฒนาโดย arto.product และคุณลักษณะหลักของมันคือ "Extract typography details from any website and save as a CSV file"

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

screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย Font Export ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Font Export is a must-have tool for designers, developers, and typography enthusiasts. With just a click, this Chrome extension scans the currently opened webpage and extracts detailed information about the typography used. It organizes the data into the table, providing insights into font families, sizes, styles, weights, letter spacing, and line heights. Plus, it helps export the data as a CSV file with a click of a button.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Font Export Font Export
ID lekhnfeadcfbodpjfgejfkfihjehanie
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie
คำอธิบาย Extract typography details from any website and save as a CSV file
ขนาดไฟล์ 11.17 KB
จำนวนการติดตั้ง 93
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-08-01
วันที่เผยแพร่ 2023-07-31
ผู้พัฒนา arto.product
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Export",
    "version": "0.0.1",
    "description": "Extract typography details from any website and save as a CSV file",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png"
        }
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    }
}