Zoom Controller

Expand your zoom controls

Zoom Controllerとは何ですか?

Zoom Controllerはchysuend828によって開発されたChromeの拡張機能で、その主な機能は「Expand your zoom controls」です。

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

screenshot

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

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

拡張機能の使用方法

                        A new product with a magnification function is in front of you. This is Zoom Controller with which you can set any zoom options in your browser. The Zoom Controller extension has the ability to apply settings for one site, or for several at the same time. Specify nightly zoom percentage, save and use your browser at any time in Zoom Controller. You can also save variations across devices. All the amenities for you. Our product is completely free. Download and use faster. We are sure. that you will love everything in our unique Zoom Controller extension.                    

拡張機能の基本情報

名前 Zoom Controller Zoom Controller
ID igdonoibjmhnliijiamkccfnhjccppaj
公式URL https://chrome.google.com/webstore/detail/zoom-controller/igdonoibjmhnliijiamkccfnhjccppaj
説明 Expand your zoom controls
ファイルサイズ 27.08 KB
インストール数 1,000
現在のバージョン 1.3
最終更新日 2022-10-13
公開日 2021-02-19
評価 3.40/5 合計 5 レビュー
開発者 chysuend828
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "persistent": false,
        "scripts": [
            "js\/bg.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "128": "css\/logo.png"
        },
        "default_popup": "option\/option.html"
    },
    "content_scripts": [
        {
            "js": [
                "exec\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        }
    ],
    "default_locale": "en",
    "description": "Expand your zoom controls",
    "icons": {
        "128": "css\/logo.png"
    },
    "manifest_version": 2,
    "name": "Zoom Controller",
    "permissions": [
        "storage",
        ""
    ],
    "version": "1.3"
}