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 là gì?
FontScanner - Scan for font family names là một tiện ích mở rộng Chrome được phát triển bởi https://apps4u.net, và tính năng chính của nó là "Scans the web page for font names to display the distinct font names applied on the page.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng FontScanner - Scan for font family names
Tải xuống các tệp mở rộng FontScanner - Scan for font family names dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | FontScanner - Scan for font family names |
ID | aodilhmhlmomokijchbkajpoibenmakn |
URL Chính Thức | https://chromewebstore.google.com/detail/fontscanner-scan-for-font/aodilhmhlmomokijchbkajpoibenmakn |
Mô tả | Scans the web page for font names to display the distinct font names applied on the page. |
Kích Thước Tệp | 47.22 KB |
Số Lần Cài Đặt | 6,622 |
Phiên Bản Hiện Tại | 0.0.0.4 |
Cập Nhật Lần Cuối | 2021-02-04 |
Ngày Phát Hành | 2017-04-22 |
Đánh Giá | 4.00/5 Tổng số 9 Đánh Giá |
Nhà Phát Triển | https://apps4u.net |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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'" } |