Zoom Controller

Expand your zoom controls

Zoom Controller क्या है?

Zoom Controller chysuend828 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Expand your zoom controls"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Zoom Controller एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
}