Increase root font
Increases the html font size in %
Increase root font là gì?
Increase root font là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Increases the html font size in %".
Tải xuống tệp CRX của tiện ích mở rộng Increase root font
Tải xuống các tệp mở rộng Increase root font 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
Increases the html font size in % Will not work if website has not been styled with 'em', 'rem' or '%'
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Increase root font |
ID | galdhdhefbbcamfgciajdglbpenmnhel |
URL Chính Thức | https://chromewebstore.google.com/detail/increase-root-font/galdhdhefbbcamfgciajdglbpenmnhel |
Mô tả | Increases the html font size in % |
Kích Thước Tệp | 31.6 KB |
Số Lần Cài Đặt | 25 |
Phiên Bản Hiện Tại | 1.1 |
Cập Nhật Lần Cuối | 2016-07-06 |
Ngày Phát Hành | 2016-07-06 |
Đánh Giá | 3.67/5 Tổng số 3 Đánh Giá |
Nhà Phát Triển | Unknown |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "background": { "page": "background.html" }, "browser_action": { "default_icon": "icon.png", "default_title": "Increase root font" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; img-src *; object-src 'self'", "description": "Increases the html font size in % ", "icons": { "128": "icon128.png", "16": "icon16.png", "32": "icon32.png", "48": "icon48.png" }, "manifest_version": 2, "name": "Increase root font", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.1" } |