WEBres

Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit

WEBres क्या है?

WEBres http://risingstarweb.com.au द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit"।

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

screenshot
screenshot
screenshot

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

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

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

                        Thank You for using WEBres =)


The extension allows you to easily view most websites in multiple resolutions by simply right-clicking on the website and clicking on WEBres.

WEBres allows you to create an infinite amount of resolutions to view the website in so you can add any varying sizes for various tablets, phones or other devices so you can view what your website or web application would look like.

WEBres also allows you to group multiple resolutions under one another to create your customized views. For example, you could group all the Apple products under one roof and you'd only need to make one-stop to view what your website looks like across all the Apple devices.

---------------------------------------------

CHANGELOG
===============
- Removed the old way of grouping resolutions
- Added custom group creation functionality
- Added sortable functionality to resolutions and groups

IMPORTANT
===============
Please make sure to click the 'Reset All' button (bottom left corner) otherwise you may get errors or things not working the way you expected them to. We are very sorry for the inconvenience.

NOTES
===============
- When you sort your resolutions, for example you place ipad above the iphone, you also change in which order the iframes will be shown.
- Sorting groups however is purely to allow you to customize the order of things how you choose

(If you find anything isn't working quite right let us know by clicking on one of the links below and we'll get fixin')                    

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

नाम WEBres WEBres
ID klneioghhgdikdajongciebaedfmhomm
आधिकारिक URL https://chrome.google.com/webstore/detail/webres/klneioghhgdikdajongciebaedfmhomm
विवरण Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit
फ़ाइल का आकार 1.68 MB
स्थापना संख्या 71
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2013-08-21
प्रकाशन तिथि 2013-08-21
रेटिंग 3.00/5 कुल 2 रेटिंग्स
डेवलपर http://risingstarweb.com.au
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.0.5",
    "author": "RisingStarWeb",
    "name": "WEBres",
    "description": "Allows you to view your website in multiple sizes from the single page and add, customize or group sizes how you see fit",
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "120": "icons\/icon_120.png"
    },
    "background": {
        "page": "src\/bg\/background.html",
        "persistent": true
    },
    "options_page": "src\/options\/options.html",
    "permissions": [
        "tabs",
        "contextMenus",
        "http:\/\/*\/*",
        "background",
        "storage"
    ]
}