Font Customizer
Fine-tune your font settings for each website
Font Customizer là gì?
Font Customizer là một tiện ích mở rộng Chrome được phát triển bởi Sonia Young, và tính năng chính của nó là "Fine-tune your font settings for each website".
Ả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 Customizer
Tải xuống các tệp mở rộng Font Customizer 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
Change font settings beyond what browser offers! With Font Customizer, you can change font, size, and colors for every website. Features: ☆ Make all text bigger or smaller ☆ Hundreds of fonts with open licenses ☆ Change color from the default black Quick start: click the icon in the toolbar to open a popup.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gfbgiekofllpkpaoadjhbbfnljbcimoh |
URL Chính Thức | https://chrome.google.com/webstore/detail/font-customizer/gfbgiekofllpkpaoadjhbbfnljbcimoh |
Mô tả | Fine-tune your font settings for each website |
Kích Thước Tệp | 330 KB |
Số Lần Cài Đặt | 1,477,015 |
Phiên Bản Hiện Tại | 1.4.3 |
Cập Nhật Lần Cuối | 2022-11-15 |
Ngày Phát Hành | 2021-04-22 |
Đánh Giá | 4.40/5 Tổng số 92 Đánh Giá |
Nhà Phát Triển | Sonia Young |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.notion.so/Font-Customizer-Privacy-policy-f87caddb5939401498ba6cd3d0c9cfc9 |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,mr,hi,bn,gu,ta,te,ml,th,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_appName__", "description": "__MSG_appDesc__", "version": "1.4.3", "browser_action": { "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true }, "content_security_policy": "script-src 'self' https:\/\/*.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "inject.js" ], "matches": [ "https:\/\/*\/*", "http:\/\/*\/*" ] } ], "icons": { "128": "icons\/icon-128.png", "48": "icons\/icon-48.png", "16": "icons\/icon-16.png" }, "default_locale": "en", "permissions": [ "fontSettings", "https:\/\/*\/*", "http:\/\/*\/*", "storage" ] } |