Find That Font: Font Finder

Identify what font is on the web page.

Find That Font: Font Finderคืออะไร?

Find That Font: Font Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Click Theory และคุณลักษณะหลักของมันคือ "Identify what font is on the web page."

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

screenshot
screenshot
screenshot

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

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

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

                        Find out what font is on any web page that you are on. 

It literally tells you which font the text is that you hover over AND it tells you the 'Family', 'Style', 'Weight', 'Size', 'Line Height', and the 'Color'.

*Refresh your screen to exit out of the extension*

Also, if the extension is not working or a certain function is not working, please go the 'Support' tab and write the issue there. Please don't leave a negative review when something can be easily fixed. Our team is constantly monitoring the review and support tabs so we will respond fairly quickly.

If you have a suggestion of what you think should be added to the extension, please let us know and we will consider adding it!!

You can also email us via the 'Contact the Developer' hyperlink under the 'Developer' section on the right side the page!

⭐ Hover & find out what font it is. ⭐                    

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

ชื่อ Find That Font: Font Finder Find That Font: Font Finder
ID alannkadjimikdglagjkfdnmcdjkahhc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/find-that-font-font-finde/alannkadjimikdglagjkfdnmcdjkahhc
คำอธิบาย Identify what font is on the web page.
ขนาดไฟล์ 109 KB
จำนวนการติดตั้ง 900
เวอร์ชันปัจจุบัน 0.0.5
อัปเดตครั้งล่าสุด 2021-04-07
วันที่เผยแพร่ 2021-02-16
คะแนน 4.30/5 รวมทั้งหมด 10 คะแนน
ผู้พัฒนา Click Theory
อีเมล [email protected]
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find That Font: Font Finder",
    "version": "0.0.5",
    "manifest_version": 2,
    "description": "Identify what font is on the web page.",
    "browser_action": {
        "default_icon": {
            "48": "icons\/icon48.png",
            "96": "icons\/icon96.png",
            "72": "icons\/icon72.png",
            "128": "icons\/icon128.png",
            "144": "icons\/icon144.png",
            "192": "icons\/icon192.png"
        }
    },
    "icons": {
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "72": "icons\/icon72.png",
        "128": "icons\/icon128.png",
        "144": "icons\/icon144.png",
        "192": "icons\/icon192.png"
    },
    "content_scripts": [
        {
            "css": [
                "styles.css"
            ],
            "js": [
                "jquery.min.js",
                "content_script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        ""
    ]
}