Zoom with manual input

This is an extension to set up Zoom with manual input.

Zoom with manual inputとは何ですか?

Zoom with manual inputはdeveloper.waieight.によって開発されたChromeの拡張機能で、その主な機能は「This is an extension to set up Zoom with manual input.」です。

拡張機能のスクリーンショット

screenshot

Zoom with manual input拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Set the zoom level for each domain in detail.

When you click the icon, a dialog will be displayed. Enter the zoom level.                    

拡張機能の基本情報

名前 Zoom with manual input Zoom with manual input
ID iolnmdaogdgephcdcbblpaiafbjahobd
公式URL https://chromewebstore.google.com/detail/zoom-with-manual-input/iolnmdaogdgephcdcbblpaiafbjahobd
説明 This is an extension to set up Zoom with manual input.
ファイルサイズ 9.31 KB
インストール数 127
現在のバージョン 0.0.0.8
最終更新日 2022-06-30
公開日 2020-09-05
評価 5.00/5 合計 2 レビュー
開発者 developer.waieight.
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://waieight.hatenablog.jp/
プライバシーポリシーページのURL https://waieight.hatenablog.jp/entry/2021/03/23/180238
対応言語 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Zoom with manual input",
    "version": "5.0.0.8",
    "version_name": "0.0.0.8",
    "description": "__MSG_extDescription__",
    "default_locale": "en",
    "icons": {
        "128": "\/icon\/icon_128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/js\/complete.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": {
            "16": "\/icon\/icon_128.png"
        },
        "default_title": "Zoom with manual input"
    }
}