Font Tester

Preview your webpage with Google Fonts

Font Testerคืออะไร?

Font Tester เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hkphillips42 และคุณลักษณะหลักของมันคือ "Preview your webpage with Google Fonts"

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

screenshot
screenshot

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

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

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

                        Extension for web developers/designers to quickly preview different Google fonts applied to a web page. A popup menu presents a single select field with font options.                    

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

ชื่อ Font Tester Font Tester
ID imccahjhfnnifmcmfelbcijnilebgggg
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-tester/imccahjhfnnifmcmfelbcijnilebgggg
คำอธิบาย Preview your webpage with Google Fonts
ขนาดไฟล์ 297 KB
จำนวนการติดตั้ง 63
เวอร์ชันปัจจุบัน 0.0.1
อัปเดตครั้งล่าสุด 2023-05-05
วันที่เผยแพร่ 2023-05-05
ผู้พัฒนา hkphillips42
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://github.com/hunterphillips/font-tester
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Font Tester",
    "description": "Preview your webpage with Google Fonts",
    "version": "0.0.1",
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/icon16.png",
            "48": "images\/icon48.png",
            "128": "images\/icon128.png"
        }
    },
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "icons": {
        "16": "images\/icon16.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    }
}