Typography Inspector

Typography Inspector analyses the typography on your site and helps you improve it.

Typography Inspectorคืออะไร?

Typography Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bram Stein และคุณลักษณะหลักของมันคือ "Typography Inspector analyses the typography on your site and helps you improve it."

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

screenshot

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

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

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

                        Use Typography Inspector to show how close your line width and line height are to the recommended setting for an average paragraph. It can also show you the typographic color of your text elements.                    

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

ชื่อ Typography Inspector Typography Inspector
ID mbbnlbimlnfachlfnjnolpehiimhbjjm
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/typography-inspector/mbbnlbimlnfachlfnjnolpehiimhbjjm
คำอธิบาย Typography Inspector analyses the typography on your site and helps you improve it.
ขนาดไฟล์ 111 KB
จำนวนการติดตั้ง 2,162
เวอร์ชันปัจจุบัน 1.0.1
อัปเดตครั้งล่าสุด 2017-04-03
วันที่เผยแพร่ 2017-04-03
คะแนน 4.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Bram Stein
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Typography Inspector",
    "description": "Typography Inspector analyses the typography on your site and helps you improve it.",
    "manifest_version": 2,
    "version": "1.0.1",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_title": "Analyse this typography on this page",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/16x16.png",
        "32": "icons\/32x32.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png"
    }
}