ViewportDimension

This extension displays Chrome’s viewport dimensions when resizing the browser window.

ViewportDimension क्या है?

ViewportDimension Braincompiler द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension displays Chrome’s viewport dimensions when resizing the browser window."।

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

screenshot

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

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

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

                        This extension displays _just_ Chrome’s viewport dimensions when resizing the browser window. It does nothing else. For those who just want to have this exact feature. It is shown immediately while resizing the window and disappears after 5 seconds.
In a later release there will be some settings for the position and appearance.                    

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

नाम ViewportDimension ViewportDimension
ID jfoaoghgpkaklamhphfihiaifckkanlf
आधिकारिक URL https://chromewebstore.google.com/detail/viewportdimension/jfoaoghgpkaklamhphfihiaifckkanlf
विवरण This extension displays Chrome’s viewport dimensions when resizing the browser window.
फ़ाइल का आकार 11.66 KB
स्थापना संख्या 835
वर्तमान संस्करण 0.0.1
अंतिम अपडेट 2017-04-13
प्रकाशन तिथि 2017-04-13
रेटिंग 3.00/5 कुल 8 रेटिंग्स
डेवलपर Braincompiler
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://braincompiler.de
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_scripts": [
        {
            "js": [
                "script.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension displays Chrome\u2019s viewport dimensions when resizing the browser window.",
    "manifest_version": 2,
    "name": "ViewportDimension",
    "version": "0.0.1",
    "icons": {
        "16": "assets\/icon16.png",
        "48": "assets\/icon48.png",
        "128": "assets\/icon128.png"
    }
}