Emmet Re:view

Fast and easy way to test your responsive design in multiple viewports

Emmet Re:view क्या है?

Emmet Re:view https://emmet.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Fast and easy way to test your responsive design in multiple viewports"।

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

screenshot
screenshot
screenshot

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

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

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

                        Emmet Re:View displays your responsive web-page in a number of views side-by-side so you can quickly test how web-page looks at different resolutions and devices. All views are fully synchronized: scroll, fill-in form fields, click, hover and drag elements in one view and get instant feedback in all others.

Features:

* Breakpoints View: displays resizeable view for each CSS media query breakpoint of your page. Contents of large viewports are dowscaled to fit your screen size.
* Device Wall: bird’s-eye overview of device-sized viewports. In this mode, each view is scaled according to  tag of your page and overrides User-Agent with real device value.
* Create your own devices and presets for Device Wall.
* PageSync engine synchronizes all user interaction across all viewports: not just scrolling, form fill and clicks but also mouse hover, movement and dragging.                    

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

नाम Emmet Re:view Emmet Re:view
ID epejoicbhllgiimigokgjdoijnpaphdp
आधिकारिक URL https://chromewebstore.google.com/detail/emmet-review/epejoicbhllgiimigokgjdoijnpaphdp
विवरण Fast and easy way to test your responsive design in multiple viewports
फ़ाइल का आकार 74.65 KB
स्थापना संख्या 36,936
वर्तमान संस्करण 2.1.7
अंतिम अपडेट 2018-02-20
प्रकाशन तिथि 2018-02-20
रेटिंग 4.37/5 कुल 161 रेटिंग्स
डेवलपर https://emmet.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://re-view.emmet.io
सहायता पृष्ठ URL http://re-view.emmet.io
गोपनीयता नीति पृष्ठ URL http://livestyle.io/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Emmet Re:view",
    "description": "Fast and easy way to test your responsive design in multiple viewports",
    "short_name": "Re:view",
    "version": "2.1.7",
    "permissions": [
        "activeTab",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    },
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/\/*"
            ],
            "js": [
                "scripts\/content-script.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "browser_action": {
        "default_title": "Emmet Re:View",
        "default_icon": {
            "38": "icons\/browser-action.png"
        }
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com https:\/\/www.google-analytics.com https:\/\/*.carbonads.com https:\/\/xrxbcfk.misosoup.io; object-src 'self'",
    "web_accessible_resources": [
        "proxy"
    ],
    "manifest_version": 2,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAsvIV42ru\/pnDPEiGb5BJwg9ZfpjgtvmKTX9rGEsJpaWkTwxBJ9Eypb5S2TVMYzuiddUQi2T9KoMGO35EEyV6cBl4AXK2s9wXFs1CcnrXkKBQXa4DvcoaPy06gMTCcthPL0A58hraRPjFbpFYI2CKPQQzqfEf\/QXyC06vtknh4Wn+9MmRZQBvev9YuUgos6I4fwiL3rkeeuKPC1UvSVPOh\/tJsIPpT\/MXlsV+pe71TNyATo7ArTKDa+aa+0bToVlLvXJkxiyVzKLXt1yzT8cFK1O8134f8gfKl7d\/DSikfrGxuqPde0ou8uT\/uUpHwlfayzpr8YFC\/htz5W7RJ45ReQIDAQAB"
}