FONT Finder PRO
Can detect which font used in webpage.
FONT Finder PROคืออะไร?
FONT Finder PRO เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://bayramoff.com และคุณลักษณะหลักของมันคือ "Can detect which font used in webpage."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FONT Finder PRO
ดาวน์โหลดไฟล์ส่วนขยาย FONT Finder PRO ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Font Finder RPO extension helps you detect/find fonts used on web pages. Features: Find fonts on a web page Find text size on a web page How to use: 1. Install "Font Finder PRO" chrome extension. 2. Open any website. 3. Open "Font Finder PRO" from "Extensions list". Find the extension's icon using the puzzle icon. 4. Click "Start" button to activate Font Finder MODE. 5. Select or click to text on a web page.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FONT Finder PRO |
ID | ihpkfgphnppljkdhnjgiieicnhlkfdig |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/font-finder-pro/ihpkfgphnppljkdhnjgiieicnhlkfdig |
คำอธิบาย | Can detect which font used in webpage. |
ขนาดไฟล์ | 16.5 KB |
จำนวนการติดตั้ง | 29 |
เวอร์ชันปัจจุบัน | 1.0.0 |
อัปเดตครั้งล่าสุด | 2022-12-15 |
วันที่เผยแพร่ | 2022-12-15 |
ผู้พัฒนา | https://bayramoff.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://bayramoff.com/apps/font-detector |
URL หน้าช่วยเหลือ | https://bayramoff.com/apps/font-detector |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FONT Finder PRO", "version": "1.0.0", "manifest_version": 3, "description": "Can detect which font used in webpage.", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/pjcgifcabkihapfjdknalkbmmiodmapn\/", "action": { "default_popup": "window.html", "default_title": "FONT Finder PRO by Bayramoff", "default_icon": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" } }, "icons": { "16": "icons\/logo_16.png", "32": "icons\/logo_32.png", "48": "icons\/logo_48.png", "128": "icons\/logo_128.png" }, "permissions": [ "activeTab", "scripting" ] } |