FontScanner - Scan for font family names
Scans the web page for font names to display the distinct font names applied on the page.
FontScanner - Scan for font family namesคืออะไร?
FontScanner - Scan for font family names เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://apps4u.net และคุณลักษณะหลักของมันคือ "Scans the web page for font names to display the distinct font names applied on the page."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FontScanner - Scan for font family names
ดาวน์โหลดไฟล์ส่วนขยาย FontScanner - Scan for font family names ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
FontScanner helps in finding out the distinct font family names for the whole webpage, based on the properties set for each individual elements on the page. This will help the developers and testers to find those elements that are set with the wrong or undesired font family names, quickly. From the page scan results, FontScanner can also show the elements related to a specific font name. This helps in identification of the specific element that has the undesired font name.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
คำอธิบาย | Scans the web page for font names to display the distinct font names applied on the page. |
ขนาดไฟล์ | 47.22 KB |
จำนวนการติดตั้ง | 6,622 |
เวอร์ชันปัจจุบัน | 0.0.0.4 |
อัปเดตครั้งล่าสุด | 2021-02-04 |
วันที่เผยแพร่ | 2017-04-22 |
คะแนน | 4.00/5 รวมทั้งหมด 9 คะแนน |
ผู้พัฒนา | https://apps4u.net |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "FontScanner - Scan for font family names", "short_name": "FontScanner", "version": "0.0.0.4", "manifest_version": 2, "description": "Scans the web page for font names to display the distinct font names applied on the page.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "browser_action": { "default_icon": "icons\/icon19.png", "default_title": "FontScanner - Scan this web page" }, "permissions": [ "activeTab" ], "web_accessible_resources": [ "icons\/icon19.png" ], "content_security_policy": "script-src 'self'; object-src 'self'" } |