Responsinator
Responsinator is an tool to check responsiveness of any website.
Qu'est-ce que Responsinator ?
Responsinator est une extension Chrome développée par Ghanshyam Katriya, et sa fonction principale est "Responsinator is an tool to check responsiveness of any website.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Responsinator
Téléchargez les fichiers d'extension Responsinator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Responsinator |
ID | nfpglclbdnldbkeiicnnnodjbjclejem |
URL Officiel | https://chromewebstore.google.com/detail/responsinator/nfpglclbdnldbkeiicnnnodjbjclejem |
Description | Responsinator is an tool to check responsiveness of any website. |
Taille du Fichier | 927 KB |
Nombre d'Installations | 3,833 |
Version Actuelle | 0.1.0 |
Dernière Mise à Jour | 2019-07-22 |
Date de Publication | 2019-07-21 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | Ghanshyam Katriya |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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": [ "*" ] } |