Window Dimensions

This extension will display the window's dimensions after resizing the browser window.

Window Dimensions क्या है?

Window Dimensions Unknown द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension will display the window's dimensions after resizing the browser window."।

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

screenshot

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

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

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

                        This package allows you to view window size upon resizing the browser. Colors, font-size, and location can be changed in the options panel.                    

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

नाम Window Dimensions Window Dimensions
ID fdegbhikbooibcahgagmcbkdecmelgfo
आधिकारिक URL https://chromewebstore.google.com/detail/window-dimensions/fdegbhikbooibcahgagmcbkdecmelgfo
विवरण This extension will display the window's dimensions after resizing the browser window.
फ़ाइल का आकार 52.19 KB
स्थापना संख्या 979
वर्तमान संस्करण 0.0.7
अंतिम अपडेट 2016-04-18
प्रकाशन तिथि 2016-04-18
रेटिंग 2.45/5 कुल 11 रेटिंग्स
डेवलपर Unknown
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "js\/jquery-1.11.1.min.js",
            "js\/scripts.js"
        ]
    },
    "content_scripts": [
        {
            "css": [
                "css\/styles.css"
            ],
            "js": [
                "js\/jquery-1.11.1.min.js",
                "js\/scripts.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "http:\/\/localhost\/*",
                "https:\/\/localhost\/*",
                "http:\/\/127.0.0.1\/*",
                "file:\/\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "This extension will display the window's dimensions after resizing the browser window.",
    "icons": {
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "Window Dimensions",
    "options_ui": {
        "chrome_style": true,
        "page": "options.html"
    },
    "permissions": [
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.0.7"
}