Font Style

Font Style is a new tool for viewing your font collection from your Google Chrome.

Font Styleคืออะไร?

Font Style เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.keymetic.com และคุณลักษณะหลักของมันคือ "Font Style is a new tool for viewing your font collection from your Google Chrome."

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

screenshot

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

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

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

                        Font Style is a new tool for viewing your font collection from your web browser.
The font viewer allows you to easily review and catalog all of your installed fonts. Just install the extension and you can use chrome to test all your fonts.                    

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

ชื่อ Font Style Font Style
ID ajcdhdekjnodelbjdobjeodhemkkconf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/font-style/ajcdhdekjnodelbjdobjeodhemkkconf
คำอธิบาย Font Style is a new tool for viewing your font collection from your Google Chrome.
ขนาดไฟล์ 14.53 KB
จำนวนการติดตั้ง 721
เวอร์ชันปัจจุบัน 1.0
อัปเดตครั้งล่าสุด 2013-07-13
วันที่เผยแพร่ 2013-07-13
คะแนน 4.00/5 รวมทั้งหมด 9 คะแนน
ผู้พัฒนา https://www.keymetic.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "name": "Font Style",
    "description": "Font Style is a new tool for viewing your font collection from your Google Chrome.",
    "browser_action": {
        "default_icon": "icon48.png",
        "default_title": "Font Style",
        "default_popup": "fontstyle.html"
    },
    "manifest_version": 2,
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self' https:\/\/www.google.com; object-src 'self'",
    "version": "1.0",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "permissions": [
        "fontSettings"
    ]
}