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란 무엇입니까?

A+ FontSize Changer Lite은(는) Unknown에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extension that lets the user change the font text size, font type, font color and background color on a page."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

A+ FontSize Changer Lite 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 A+ FontSize Changer Lite A+ FontSize Changer Lite
ID ikaabmlbkifkifeiiabcdloniikcnedj
공식 URL https://chromewebstore.google.com/detail/a+-fontsize-changer-lite/ikaabmlbkifkifeiiabcdloniikcnedj
설명 Extension that lets the user change the font text size, font type, font color and background color on a page.
파일 크기 72.98 KB
설치 횟수 113
현재 버전 1.0.1
최근 업데이트 2022-02-17
출시 날짜 2022-02-16
평점 1.00/5 총 1 개의 평점
개발자 Unknown
이메일 [email protected]
결제 유형 free
지원되는 언어 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"
    }
}