A+ FontSize Changer Lite

Extension that lets the user change the font text size, font type, font color and background color on a page.

A+ FontSize Changer Lite là gì?

A+ FontSize Changer Lite 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à "Extension that lets the user change the font text size, font type, font color and background color on a page.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng A+ FontSize Changer Lite

Tải xuống các tệp mở rộng A+ FontSize Changer Lite 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

                        An extension that allows the user on any site to change the font text size, font type, font color and background color on the page. Suitable for use by persons with disabilities                    

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

Tên A+ FontSize Changer Lite A+ FontSize Changer Lite
ID ikaabmlbkifkifeiiabcdloniikcnedj
URL Chính Thức https://chromewebstore.google.com/detail/a+-fontsize-changer-lite/ikaabmlbkifkifeiiabcdloniikcnedj
Mô tả Extension that lets the user change the font text size, font type, font color and background color on a page.
Kích Thước Tệp 72.98 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2022-02-17
Ngày Phát Hành 2022-02-16
Đánh Giá 1.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ de,en,fr,es,it,pt-BR,pt-PT,zh-CN,zh-TW,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "description": "__MSG_appDesc__",
    "short_name": "__MSG_shortName__",
    "author": "",
    "version": "1.0.1",
    "default_locale": "en",
    "manifest_version": 3,
    "host_permissions": [
        ""
    ],
    "permissions": [
        "storage",
        "scripting"
    ],
    "commands": {
        "incremenSize": {
            "suggested_key": {
                "default": "Alt+Up"
            },
            "description": "__MSG_incr__"
        },
        "decrementSize": {
            "suggested_key": {
                "default": "Alt+Down"
            },
            "description": "__MSG_decr__"
        }
    },
    "background": {
        "service_worker": "background\/bg.js"
    },
    "action": {
        "default_icon": "assets\/img\/icon38.png",
        "defaultTitle": "__MSG_extName__",
        "default_popup": "html\/main.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/stylesEditor.js"
            ],
            "css": [],
            "all_frames": true,
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "16": "assets\/img\/icon16.png",
        "48": "assets\/img\/icon48.png",
        "128": "assets\/img\/icon128.png"
    }
}