Responsinator

Responsinator is an tool to check responsiveness of any website.

Cos'è Responsinator?

Responsinator è un'estensione di Chrome sviluppata da Ghanshyam Katriya, e la sua funzione principale è "Responsinator is an tool to check responsiveness of any website.".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione Responsinator

Scarica i file di estensione Responsinator in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Responsinator Responsinator
ID nfpglclbdnldbkeiicnnnodjbjclejem
URL Ufficiale https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem
Descrizione Responsinator is an tool to check responsiveness of any website.
Dimensione del File 927 KB
Conteggio Installazioni 3,833
Versione Corrente 0.1.0
Ultimo Aggiornamento 2019-07-22
Data di Pubblicazione 2019-07-21
Valutazione 3.00/5 Totale 2 Valutazioni
Sviluppatore Ghanshyam Katriya
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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": [
        "*"
    ]
}