fi

A tool which gives you a quick look at `font-family` usage in a webpage.

fiคืออะไร?

fi เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Justineo และคุณลักษณะหลักของมันคือ "A tool which gives you a quick look at `font-family` usage in a webpage."

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

screenshot

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

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

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

                        *fi* helps you learn font-family usage in a webpage.

Texts inside these elements will be ignored: script, noscript, style, iframe, option.

Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden.

The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.                    

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

ชื่อ fi fi
ID ijieejlhfllnijjknojcklolfjllhknd
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd
คำอธิบาย A tool which gives you a quick look at `font-family` usage in a webpage.
ขนาดไฟล์ 7.61 KB
จำนวนการติดตั้ง 84
เวอร์ชันปัจจุบัน 1.1.2
อัปเดตครั้งล่าสุด 2015-12-08
วันที่เผยแพร่ 2015-12-08
คะแนน 4.50/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา Justineo
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://justineo.github.io/fi/
URL หน้าช่วยเหลือ http://justineo.github.io/fi/issues
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "fi",
    "description": "A tool which gives you a quick look at `font-family` usage in a webpage.",
    "version": "1.1.2",
    "icons": {
        "128": "128.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "128": "128.png"
        }
    },
    "background": {
        "scripts": [
            "main.js"
        ],
        "persistent": false
    }
}