Font Fixer
Changes all the fonts on your web pages so they're readable
Font Fixer là gì?
Font Fixer là một tiện ích mở rộng Chrome được phát triển bởi HMH Technology Labs, và tính năng chính của nó là "Changes all the fonts on your web pages so they're readable".
Tải xuống tệp CRX của tiện ích mở rộng Font Fixer
Tải xuống các tệp mở rộng Font Fixer 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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Font Fixer |
ID | lnfpnnigpfkkimhgdmoodbfojnipgdjj |
URL Chính Thức | https://chromewebstore.google.com/detail/font-fixer/lnfpnnigpfkkimhgdmoodbfojnipgdjj |
Mô tả | Changes all the fonts on your web pages so they're readable |
Kích Thước Tệp | 41.06 KB |
Số Lần Cài Đặt | 29 |
Phiên Bản Hiện Tại | 1 |
Cập Nhật Lần Cuối | 2016-04-17 |
Ngày Phát Hành | 2016-04-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | HMH Technology Labs |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Font Fixer", "version": "1", "manifest_version": 2, "description": "Changes all the fonts on your web pages so they're readable", "homepage_url": "http:\/\/students.cse.tamu.edu\/habeebh\/", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "default_locale": "en", "background": { "scripts": [ "src\/bg\/background.js" ], "persistent": true }, "page_action": { "default_icon": "icons\/icon19.png", "default_title": "page action demo" }, "permissions": [ "tabs", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "src\/inject\/inject.css" ] }, { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "src\/inject\/inject.js" ] } ] } |