Font Detector
Detects font properties and styles
Font Detector là gì?
Font Detector là một tiện ích mở rộng Chrome được phát triển bởi Anish Nair, và tính năng chính của nó là "Detects font properties and styles".
Ả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 Font Detector
Tải xuống các tệp mở rộng Font Detector 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
On any page, click on the font properties icon. A pop-up will own up as shown in the screenshot. Hover on any text on the webpage, and you will get all the font-related information of that text. Is of great help to identify font-family, font-sizes, font-weight, font-color and other font-styles applied to the text/element. To stop showing the font-properties, click on close('x' icon).
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Font Detector |
ID | mohdgdcdkibdljkppnmnihdacpbpllmj |
URL Chính Thức | https://chromewebstore.google.com/detail/font-detector/mohdgdcdkibdljkppnmnihdacpbpllmj |
Mô tả | Detects font properties and styles |
Kích Thước Tệp | 259 KB |
Số Lần Cài Đặt | 4,900 |
Phiên Bản Hiện Tại | v1.2.1 |
Cập Nhật Lần Cuối | 2022-05-18 |
Ngày Phát Hành | 2020-01-23 |
Đánh Giá | 5.00/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | Anish Nair |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.anishnair.in/privacy-policy/privacy-policy-for-chrome-extensions |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Detector", "short_name": "Font Detector", "version": "1.2.1", "version_name": "v1.2.1", "description": "Detects font properties and styles", "icons": { "16": "assets\/icons\/font-detector-logo-16.png", "48": "assets\/icons\/font-detector-logo-48.png", "128": "assets\/icons\/font-detector-logo-128.png" }, "permissions": [ "scripting", "activeTab" ], "background": { "service_worker": "js\/background.min.js" }, "manifest_version": 3, "action": { "default_icon": { "19": "assets\/icons\/font-detector-logo-19.png", "38": "assets\/icons\/font-detector-logo-38.png" } }, "web_accessible_resources": [ { "resources": [ "assets\/icons\/font-detector-logo-38.png" ], "matches": [ "*:\/\/*\/*" ] } ] } |