Responsinator
Responsinator is an tool to check responsiveness of any website.
Was ist Responsinator?
Responsinator ist eine Chrome-Erweiterung, die von Ghanshyam Katriya entwickelt wurde, und ihr Hauptmerkmal ist "Responsinator is an tool to check responsiveness of any website.".
Erweiterungsscreenshots
Responsinator-Erweiterungs-CRX-Datei herunterladen
Laden Sie Responsinator-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nfpglclbdnldbkeiicnnnodjbjclejem |
| Offizielle URL | https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem |
| Beschreibung | Responsinator is an tool to check responsiveness of any website. |
| Dateigröße | 927 KB |
| Installationsanzahl | 3,833 |
| Aktuelle Version | 0.1.0 |
| Letztes Update | 2019-07-22 |
| Veröffentlichungsdatum | 2019-07-21 |
| Bewertung | 3.00/5 Insgesamt 2 Bewertungen |
| Entwickler | Ghanshyam Katriya |
| [email protected] | |
| Zahlungsart | free |
| Unterstützte Sprachen | 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": [
"*"
]
} | |