Font Changer Plus
Control center for browser fonts
Font Changer Plus là gì?
Font Changer Plus là một tiện ích mở rộng Chrome được phát triển bởi Ana Watkins, và tính năng chính của nó là "Control center for browser fonts".
Ả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 Changer Plus
Tải xuống các tệp mở rộng Font Changer Plus 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 Changer Plus works on every site and changes fonts to selected ones. Make your personal theme for websites! Features: ☆ Hundreds of preset fonts to change ☆ Use custom font in TTF, OTF, WOFF formats ☆ Make text bigger or smaller with font size presets ☆ Change text color ☆ Specify font settings for domains and wildcard How to use the extension: 1. Click button in the browser toolbar and open settings 2. Change font settings to apply on the current tab (Reload page after installing the extension) 3. Font theme will be applied to all pages. Font library contains hundreds of fonts with open licenses.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | ameggholdkgkdepolbiaekmhjiaiiccg |
URL Chính Thức | https://chrome.google.com/webstore/detail/font-changer-plus/ameggholdkgkdepolbiaekmhjiaiiccg |
Mô tả | Control center for browser fonts |
Kích Thước Tệp | 176 KB |
Số Lần Cài Đặt | 20,000 |
Phiên Bản Hiện Tại | 2.4.6 |
Cập Nhật Lần Cuối | 2022-10-15 |
Ngày Phát Hành | 2020-09-17 |
Đánh Giá | 3.97/5 Tổng số 65 Đánh Giá |
Nhà Phát Triển | Ana Watkins |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.notion.so/Privacy-policy-Font-changer-plus-dc68490969234e20981bc6b821b1d169 |
Ngôn Ngữ Được Hỗ Trợ | id,ms,de,en,en-GB,en-US,fil,fr,nl,no,vi,tr,ca,da,et,es,es-419,hr,it,lv,lt,hu,pl,pt-BR,pt-PT,ro,sk,sl,fi,sv,cs,el,sr,bg,ru,uk,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_extName__", "description": "__MSG_extShortDesc__", "version": "2.4.6", "browser_action": { "default_popup": "html\/popup.html" }, "background": { "scripts": [ "js\/background.js" ], "persistent": true }, "content_scripts": [ { "js": [ "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" ] } |