Responsive Inspector Reloaded

Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.

What is Responsive Inspector Reloaded?

Responsive Inspector Reloaded is a Chrome extension developed by mistatwista, and its main feature is "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.".

Extension Screenshots

screenshot

Download Responsive Inspector Reloaded Extension CRX File

Download Responsive Inspector Reloaded extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Original version of Responsive Inspector was broken.
https://chrome.google.com/webstore/detail/responsive-inspector-beta/memcdolmmnmnleeiodllgpibdjlkbpim
Piotr Walczyszyn (developer) stopped supporting and updating of extension. This version is open sourced and have GitHub project page: https://github.com/MistaTwista/Responsive-Inspector-Reloaded
Feel free to fork and making pull requests or add issues.                    

Extension Basic Information

Name Responsive Inspector Reloaded Responsive Inspector Reloaded
ID elmkkpeccekaekegjhnekaolcjafnnep
Official URL https://chromewebstore.google.com/detail/responsive-inspector-relo/elmkkpeccekaekegjhnekaolcjafnnep
Description Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.
File Size 499 KB
Installation Count 1,761
Current Version 1.0.0
Last Updated 2017-05-10
Publish Date 2017-05-10
Rating 4.31/5 Total 13 Ratings
Developer mistatwista
Payment Type free
Extension Website https://github.com/MistaTwista/Responsive-Inspector-Reloaded
Supported Languages en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "default_popup": "popup.html",
        "default_title": "Responsive Inspector Reloaded"
    },
    "description": "Responsive Inspector Reloaded allows inspecting page media queries. Same as original, but it works on modern browsers.",
    "icons": {
        "128": "images\/icon128.png",
        "16": "images\/icon16.png",
        "48": "images\/icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "22.0",
    "name": "Responsive Inspector Reloaded",
    "permissions": [
        "tabs",
        "storage",
        ""
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "web_accessible_resources": [
        "templates\/snapshot.tpl",
        "images\/bg-pattern.png",
        "images\/asterix.png",
        "scripts\/libs\/prettify.css"
    ]
}