W Zoom

A Chrome extension which can perform per-tab/per-origin/per-path zooming

W Zoom क्या है?

W Zoom https://wtoolkit.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Chrome extension which can perform per-tab/per-origin/per-path zooming"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        - This extension zoom a page without modifying the content of the page.

- In the options page, you can set the default zooming mode and zooming method.

- In the "per-path" options page, you can define per-path zoom factor. For example, all pages under http://www.wtoolkit.com/projects/wzoom/ will be zoomed to 130%, and all pages under http://www.wtoolkit.com/projects/wdict/ will be zoomed to 145%.

- In the "advanced" options page, you can disable the "mousewheel + ctrl key" zooming operation.                    

एक्सटेंशन की मूल जानकारी

नाम W Zoom W Zoom
ID jneiefgdpanjnbjgdiaokmgjnbhclaom
आधिकारिक URL https://chromewebstore.google.com/detail/w-zoom/jneiefgdpanjnbjgdiaokmgjnbhclaom
विवरण A Chrome extension which can perform per-tab/per-origin/per-path zooming
फ़ाइल का आकार 306 KB
स्थापना संख्या 7,351
वर्तमान संस्करण 1.0.17
अंतिम अपडेट 2016-07-12
प्रकाशन तिथि 2016-07-12
रेटिंग 3.61/5 कुल 56 रेटिंग्स
डेवलपर https://wtoolkit.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.wtoolkit.com/projects/wzoom/
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "W Zoom",
    "description": "A Chrome extension which can perform per-tab\/per-origin\/per-path zooming",
    "version": "1.0.17",
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "19": "img\/icon19.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "18": "img\/icon18.png",
            "19": "img\/icon19.png",
            "48": "img\/icon48.png",
            "128": "img\/icon128.png"
        },
        "default_title": "wZoom",
        "default_popup": "source\/popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "third-party\/jquery\/jquery.min.js",
                "source\/content-script\/content-script.min.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        "source\/content-script\/disable-mousewheel-zoom.min.js"
    ],
    "options_ui": {
        "page": "source\/options\/options.html",
        "chrome_style": true
    },
    "background": {
        "scripts": [
            "source\/background.min.js"
        ],
        "persistent": true
    },
    "permissions": [
        "contextMenus",
        "storage",
        "tabs"
    ],
    "incognito": "split"
}