Responsinator

Responsinator is an tool to check responsiveness of any website.

Co je Responsinator?

Responsinator je rozšíření Chrome vyvinuté Ghanshyam Katriya, a jeho hlavní funkcí je „Responsinator is an tool to check responsiveness of any website.“.

Snímky obrazovky rozšíření

screenshot
screenshot

Stáhnout soubor CRX rozšíření Responsinator

Stáhněte si soubory rozšíření Responsinator ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        Responsinator is an easy to use chrome extension tools to check responsiveness of any website.

How to use :
- Just click on Responsinator chrome extension toolbar icon.
- It will open an popup window contains responsinator tool.
- Enter your website URL for which you want to check responsiveness and press Enter.

Features :
- You can choose devices from available devices list.
- You can change view to landscape mode.
- You can test in your customised resolution.
- Also, you can test your locally hosted websites.                    

Základní Informace o Rozšíření

Název Responsinator Responsinator
ID nfpglclbdnldbkeiicnnnodjbjclejem
Oficiální URL https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem
Popis Responsinator is an tool to check responsiveness of any website.
Velikost souboru 927 KB
Počet instalací 3,833
Aktuální Verze 0.1.0
Poslední Aktualizace 2019-07-22
Datum Vydání 2019-07-21
Hodnocení 3.00/5 Celkem 2 Hodnocení
Vývojář Ghanshyam Katriya
E-mail [email protected]
Typ Platby free
Podporované Jazyky en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Responsinator",
    "manifest_version": 2,
    "version": "0.1.0",
    "author": "Ghanshyam Katriya ([email protected])",
    "description": "Responsinator is an tool to check responsiveness of any website.",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "18": "ext_icons\/icon_18.png",
            "24": "ext_icons\/icon_24.png",
            "36": "ext_icons\/icon_36.png",
            "48": "ext_icons\/icon_48.png"
        }
    },
    "icons": {
        "18": "ext_icons\/icon_18.png",
        "24": "ext_icons\/icon_24.png",
        "36": "ext_icons\/icon_36.png",
        "48": "ext_icons\/icon_48.png"
    },
    "permissions": [
        "background"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "web_accessible_resources": [
        "*"
    ]
}