Which Font Finder

Find which font is used on any webpage

Which Font Finderคืออะไร?

Which Font Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Dmitriy Harchenko และคุณลักษณะหลักของมันคือ "Find which font is used on any webpage"

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

screenshot

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

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

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

                        Which font finder finds fonts used on web pages.
Features:

Find what font used on a web page
One click copy to clipboard. CSS-compatible format
Always free                    

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

ชื่อ Which Font Finder Which Font Finder
ID ehkhacomapbiakglhglcjlpphlhbijbj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/which-font-finder/ehkhacomapbiakglhglcjlpphlhbijbj
คำอธิบาย Find which font is used on any webpage
ขนาดไฟล์ 124 KB
จำนวนการติดตั้ง 359,398
เวอร์ชันปัจจุบัน 1.0.2.0
อัปเดตครั้งล่าสุด 2023-07-26
วันที่เผยแพร่ 2022-11-19
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา Dmitriy Harchenko
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://docs.google.com/document/d/e/2PACX-1vRIclfWTkY9LLxZSRofrZrpq_vJCI5BpK_dZ8BIdaROxdxoCjPOlxEdjCXZEF4tkZsnfO0aj_sTVhRN/pub
ภาษาที่รองรับ id,ms,de,en,en-GB,en-US,fil,fr,sw,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,iw,fa,mr,hi,bn,gu,ta,te,kn-IN,ml,th,am-ET,ar,zh-CN,zh-TW,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_extShortDesc__",
    "version": "1.0.2.0",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png",
        "300": "icons\/icon300.png"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "default_locale": "en",
    "action": {
        "default_icon": {
            "16": "icons\/icon16.png",
            "48": "icons\/icon48.png",
            "128": "icons\/icon128.png",
            "300": "icons\/icon300.png"
        },
        "default_title": "__MSG_extName__"
    },
    "minimum_chrome_version": "88.0",
    "incognito": "split",
    "permissions": [
        "contextMenus",
        "scripting",
        "storage",
        "alarms"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "css\/*",
                "css\/files\/*"
            ],
            "matches": [
                ""
            ]
        }
    ]
}