fi
A tool which gives you a quick look at `font-family` usage in a webpage.
fi là gì?
fi là một tiện ích mở rộng Chrome được phát triển bởi Justineo, và tính năng chính của nó là "A tool which gives you a quick look at `font-family` usage in a webpage.".
Ả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 fi
Tải xuống các tệp mở rộng fi 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
*fi* helps you learn font-family usage in a webpage. Texts inside these elements will be ignored: script, noscript, style, iframe, option. Invisible elements won't be taken into account as well, which includes those with opacity: 0, display: none and visibility: hidden. The result will sort all used font-family values by character numbers they apply to. ie. most used one will be at the top of the result list.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | fi |
ID | ijieejlhfllnijjknojcklolfjllhknd |
URL Chính Thức | https://chromewebstore.google.com/detail/fi/ijieejlhfllnijjknojcklolfjllhknd |
Mô tả | A tool which gives you a quick look at `font-family` usage in a webpage. |
Kích Thước Tệp | 7.61 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.1.2 |
Cập Nhật Lần Cuối | 2015-12-08 |
Ngày Phát Hành | 2015-12-08 |
Đánh Giá | 4.50/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Justineo |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://justineo.github.io/fi/ |
URL Trang Trợ Giúp | http://justineo.github.io/fi/issues |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "fi", "description": "A tool which gives you a quick look at `font-family` usage in a webpage.", "version": "1.1.2", "icons": { "128": "128.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "128": "128.png" } }, "background": { "scripts": [ "main.js" ], "persistent": false } } |