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
电子邮箱 [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"
}