Font Finder
Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more..
Font Finderคืออะไร?
Font Finder เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://artaxconsulting.com และคุณลักษณะหลักของมันคือ "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Font Finder
ดาวน์โหลดไฟล์ส่วนขยาย Font Finder ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Best way to find font family, weight, color, etc based on the web page. Use this font finder to detect what the font is, the font size, the font weight, and font color. Simply highlight any text on the web page you have visited, and then click the extension in your Google Chrome toolbar to see all of the details on the font you want to know more about.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Font Finder |
ID | ekanenkhcfehejceckfcogmfbbhadchd |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/font-finder/ekanenkhcfehejceckfcogmfbbhadchd |
คำอธิบาย | Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. |
ขนาดไฟล์ | 176 KB |
จำนวนการติดตั้ง | 20 |
เวอร์ชันปัจจุบัน | 0.0.6 |
อัปเดตครั้งล่าสุด | 2023-07-31 |
วันที่เผยแพร่ | 2023-06-04 |
คะแนน | 5.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | https://artaxconsulting.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://artaxconsulting.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://artaxconsulting.com/privacy-policy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Finder", "description": "Use this font finder tools to detect what the font is, the font size, the font weight, font color, and many more.. ", "version": "0.0.6", "manifest_version": 3, "action": { "default_icon": { "16": "icon.png", "24": "icon.png", "32": "icon.png" }, "default_popup": "index.html", "default_title": "Font Finder" }, "background": { "service_worker": "service-worker-loader.js", "type": "module" }, "permissions": [ "storage" ], "content_scripts": [ { "js": [ "assets\/content.ts-loader-50f5fc1f.js" ], "matches": [ " |