Responsive design tester

Test your websites responsivness

Responsive design tester क्या है?

Responsive design tester Miqdad Ali K द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Test your websites responsivness"।

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

screenshot

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

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

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

                        **THERE ARE 2 ISSUES REPORTED. "Chrome CRASH" **

Responsive design tester is used to test responsive web site design. this plugin inspired from https://chrome.google.com/webstore/detail/mobileresponsive-web-desi/elmekokodcohlommfikpmojheggnbelo                    

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

नाम Responsive design tester Responsive design tester
ID jamkpeiamhgbainmggocjenjkcibfflb
आधिकारिक URL https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb
विवरण Test your websites responsivness
फ़ाइल का आकार 68.95 KB
स्थापना संख्या 6,575
वर्तमान संस्करण 1.1
अंतिम अपडेट 2016-02-23
प्रकाशन तिथि 2016-02-23
रेटिंग 3.50/5 कुल 8 रेटिंग्स
डेवलपर Miqdad Ali K
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "jquery.min.js",
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon-64x64.png",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "content.css"
            ],
            "js": [
                "jquery.min.js",
                "content.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "description": "Test your websites responsivness",
    "icons": {
        "128": "icon-128x128.png",
        "256": "icon-256x256.png",
        "64": "icon-64x64.png"
    },
    "manifest_version": 2,
    "name": "Responsive design tester",
    "short_name": "Responsive design tester",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*",
        "tabs"
    ],
    "version": "1.1"
}