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ファイルをダウンロード

A+ FontSize Changer Lite拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}