IdentiFont

This extension displays the font of an html element on hover.

IdentiFontคืออะไร?

IdentiFont เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "This extension displays the font of an html element on hover."

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

screenshot

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

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

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

                        IdentiFont helps you identify the font-faces used across the web. Simply turn on the extension, and hover over almost any block of text to see a popup containing the name of the font used. Remember to restart your browser after installing.                    

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

ชื่อ IdentiFont IdentiFont
ID nmmdmcgnpdhlhcaaklfkhiemkkiecpca
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/identifont/nmmdmcgnpdhlhcaaklfkhiemkkiecpca
คำอธิบาย This extension displays the font of an html element on hover.
ขนาดไฟล์ 2.68 MB
จำนวนการติดตั้ง 734
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2016-09-24
วันที่เผยแพร่ 2016-09-24
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "IdentiFont",
    "description": "This extension displays the font of an html element on hover.",
    "version": "1.2",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "core.css"
            ],
            "js": [
                "core.js"
            ],
            "all_frames": true
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": ".\/images\/logo.png"
    }
}