Responsive View

To view the page in different device screen sizes, just by a click

Responsive View क्या है?

Responsive View Aneeta Kolhe द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "To view the page in different device screen sizes, just by a click"।

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

screenshot
screenshot
screenshot

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

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

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

                        This extension gives you an ability to view the page in different screen sizes, just by a click. 

HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically.


Various screens sizes that are available as follows:
1. 340 x 480 - Mobile
2. 480 x 640 - Mobile (larger screen)
3. 768 x 1024 - Tablet (Portrait)
4. 1024 x 768 - Tablet (Landscape)
5. 992 x 640 - Bootstrap 
6. 1200 x 800 - Desktop                    

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

नाम Responsive View Responsive View
ID hgeefdjnmmeindmchabjodoggbfkhaam
आधिकारिक URL https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam
विवरण To view the page in different device screen sizes, just by a click
फ़ाइल का आकार 165 KB
स्थापना संख्या 1,720
वर्तमान संस्करण 1.0
अंतिम अपडेट 2014-04-02
प्रकाशन तिथि 2014-04-01
रेटिंग 4.21/5 कुल 14 रेटिंग्स
डेवलपर Aneeta Kolhe
भुगतान के प्रकार free
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Responsive View",
    "description": "To view the page in different device screen sizes, just by a click",
    "version": "1.0",
    "icons": {
        "128": "icon128.png",
        "19": "icon19.png",
        "38": "icon38.png"
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "icon19.png",
            "38": "icon38.png"
        },
        "default_title": "View page in various dimensions"
    },
    "background": {
        "scripts": [
            "popup.js"
        ],
        "persistent": false
    }
}