FontMe

Discover what font was used on any webpage.

FontMeคืออะไร?

FontMe เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Paper Box และคุณลักษณะหลักของมันคือ "Discover what font was used on any webpage."

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

screenshot

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

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

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

                        FontMe makes it incredibly easy to discover the font used on any webpage. Just right click, 'FontMe', and FontMe will let you know what font is being used for that text. No more time wasted digging through a webpages CSS just to find out what that cool font is.

*Make sure to refresh any pages after installing*                    

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

ชื่อ FontMe FontMe
ID jmflbifhkmjblfhmkpfdflfhphbinfjl
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/fontme/jmflbifhkmjblfhmkpfdflfhphbinfjl
คำอธิบาย Discover what font was used on any webpage.
ขนาดไฟล์ 52.82 KB
จำนวนการติดตั้ง 817
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-01-18
วันที่เผยแพร่ 2019-12-14
คะแนน 2.85/5 รวมทั้งหมด 13 คะแนน
ผู้พัฒนา Paper Box
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FontMe",
    "version": "1.0.4",
    "description": "Discover what font was used on any webpage.",
    "icons": {
        "16": "images\/fmIcon16.png",
        "48": "images\/fmIcon48.png",
        "128": "images\/fmIcon128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/fmIcon128.png"
        },
        "default_title": "FontMe",
        "default_popup": "html\/popup.html"
    },
    "author": "Paper Box",
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "css": [
                "css\/content.css"
            ],
            "js": [
                "js\/jquery-1.11.2.min.js",
                "js\/jFont-Checker\/jfont-checker.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery-1.11.2.min.js",
            "js\/background.js"
        ]
    },
    "homepage_url": "http:JKJones.me",
    "offline_enabled": true,
    "permissions": [
        "contextMenus"
    ],
    "short_name": "FM"
}