Font Size Increase

With one click on the button the font size on the current page will be increase.

Font Size Increase là gì?

Font Size Increase là một tiện ích mở rộng Chrome được phát triển bởi https://www.stefanvd.net, và tính năng chính của nó là "With one click on the button the font size on the current page will be increase.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Font Size Increase

Tải xuống các tệp mở rộng Font Size Increase 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 Size Increase is a lightweight and useful add-in designed to make the font size of a website bigger with just a single click on the button.

This is an accessibility tool to Zoom Text Only. And make the reading experience easier for your eyes. Without changing the images or video player size.

Where is the Font Size Decrease button?
If you want to have the Font Size Decrease button, that can be found here:
https://chrome.google.com/extensions/detail/mpajngnpcmjjeoflljdjpnehcfaldcia

A few great features in this browser extension:
+ With one single click on the A icon will increase the font size
+ And with a double click on the A icon, it reset to the default font size

Project Information:
https://www.stefanvd.net/project/font-size-increase/browser/

Required Permissions:
"activeTab":
This is needed to increase the font on the current web page

"storage":
This is to save the settings on your local computer and sync it to your web browser account.

<<< Option feature >>>
To protect your eyes at night and to get focus on the video player such as YouTube™. It's recommended to use and install the Turn Off the Lights
https://chrome.google.com/webstore/detail/bfbmjmiodbnnpllbbbfblcplfjjepjdn                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Font Size Increase Font Size Increase
ID ombpcpigmndepfckcifdblemkabaoihk
URL Chính Thức https://chromewebstore.google.com/detail/font-size-increase/ombpcpigmndepfckcifdblemkabaoihk
Mô tả With one click on the button the font size on the current page will be increase.
Kích Thước Tệp 22.16 KB
Số Lần Cài Đặt 15,415
Phiên Bản Hiện Tại 1.0.0.9
Cập Nhật Lần Cuối 2022-11-04
Ngày Phát Hành 2013-12-25
Đánh Giá 2.93/5 Tổng số 229 Đánh Giá
Nhà Phát Triển https://www.stefanvd.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.stefanvd.net
URL Trang Trợ Giúp https://www.stefanvd.net/support/
URL Trang Chính Sách Bảo Mật https://www.stefanvd.net/privacy
Ngôn Ngữ Được Hỗ Trợ de,en,fr,nl,zh-CN,zh-TW
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "short_name": "Font Size Increase",
    "version": "1.0.0.9",
    "description": "__MSG_description__",
    "author": "Stefan vd",
    "homepage_url": "https:\/\/www.stefanvd.net\/support\/",
    "icons": {
        "16": "icon16.png",
        "32": "icon32.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "default_locale": "en",
    "action": {
        "default_icon": "icon.png",
        "default_title": "__MSG_browsertitle__"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_security_policy": {
        "extension_pages": "default-src 'none'; style-src 'self'; media-src 'none'; child-src 'none'; connect-src 'none'; script-src 'self'; img-src 'self'; object-src 'none'"
    },
    "minimum_chrome_version": "103",
    "offline_enabled": true,
    "permissions": [
        "activeTab",
        "scripting",
        "storage"
    ]
}