Responsive Debug

A chrome extension for testing responsive web page, just by a click.

Vad är Responsive Debug?

Responsive Debug är en Chrome-tillägg utvecklad av Kevin Campion, och dess huvudfunktion är "A chrome extension for testing responsive web page, just by a click.".

Tilläggsskärmbilder

screenshot

Ladda ner Responsive Debug-förlängningens CRX-fil

Ladda ner Responsive Debug-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        This extension lets you view the responsiveness of your web app in multiple device viewports.

For testing, open your site in a new tab and click on the Responsive Debug icon.                    

Grundläggande Information om Tillägg

Namn Responsive Debug Responsive Debug
ID oeblldkhpjaeeocmklebjdaakbhmgmnj
Officiell webbadress https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj
Beskrivning A chrome extension for testing responsive web page, just by a click.
Filstorlek 39.21 KB
Antal Installationer 536
Aktuell Version 0.0.2
Senast Uppdaterad 2017-05-31
Publiceringsdatum 2017-05-31
Betyg 4.00/5 Totalt 2 Betyg
Utvecklare Kevin Campion
E-post [email protected]
Betalningssätt free
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "persistent": false,
        "scripts": [
            "scripts\/popup.js"
        ]
    },
    "permissions": [
        "activeTab"
    ],
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "Responsive Debug"
    }
}