Zoom for Websites

Easy zoom for websites. Adjust the magnification or reduction by himself.

Zoom for Websites क्या है?

Zoom for Websites 100 000+ Downloads द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easy zoom for websites. Adjust the magnification or reduction by himself."।

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

screenshot

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

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

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

                        You can zoom in/out any webpage. Click right mouse button on actual website. Then choose size display site in context menu.                    

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

नाम Zoom for Websites Zoom for Websites
ID dclhpakjcakdjgnnkhkjiimbkmefkacm
आधिकारिक URL https://chrome.google.com/webstore/detail/zoom-for-websites/dclhpakjcakdjgnnkhkjiimbkmefkacm
विवरण Easy zoom for websites. Adjust the magnification or reduction by himself.
फ़ाइल का आकार 84.16 KB
स्थापना संख्या 616
वर्तमान संस्करण 1.0.0
अंतिम अपडेट 2016-10-05
प्रकाशन तिथि 2016-10-05
रेटिंग 2.75/5 कुल 4 रेटिंग्स
डेवलपर 100 000+ Downloads
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "name": "Zoom for Websites",
    "description": "Easy zoom for websites. Adjust the magnification or reduction by himself.",
    "background": {
        "scripts": [
            "js\/jquery.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "permissions": [
        "",
        "tabs",
        "contextMenus"
    ],
    "icons": {
        "16": "img\/ico_16.png",
        "48": "img\/ico_48.png"
    }
}