Font Export
Extract typography details from any website and save as a CSV file
Font Export là gì?
Font Export là một tiện ích mở rộng Chrome được phát triển bởi arto.product, và tính năng chính của nó là "Extract typography details from any website and save as a CSV file".
Ả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 Export
Tải xuống các tệp mở rộng Font Export 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
Font Export is a must-have tool for designers, developers, and typography enthusiasts. With just a click, this Chrome extension scans the currently opened webpage and extracts detailed information about the typography used. It organizes the data into the table, providing insights into font families, sizes, styles, weights, letter spacing, and line heights. Plus, it helps export the data as a CSV file with a click of a button.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Font Export |
ID | lekhnfeadcfbodpjfgejfkfihjehanie |
URL Chính Thức | https://chromewebstore.google.com/detail/font-export/lekhnfeadcfbodpjfgejfkfihjehanie |
Mô tả | Extract typography details from any website and save as a CSV file |
Kích Thước Tệp | 11.17 KB |
Số Lần Cài Đặt | 93 |
Phiên Bản Hiện Tại | 0.0.1 |
Cập Nhật Lần Cuối | 2023-08-01 |
Ngày Phát Hành | 2023-07-31 |
Nhà Phát Triển | arto.product |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Font Export", "version": "0.0.1", "description": "Extract typography details from any website and save as a CSV file", "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } }, "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" } } |