Responsive Debug
A chrome extension for testing responsive web page, just by a click.
Cos'è Responsive Debug?
Responsive Debug è un'estensione di Chrome sviluppata da Kevin Campion, e la sua funzione principale è "A chrome extension for testing responsive web page, just by a click.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responsive Debug
Scarica i file di estensione Responsive Debug 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
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.
Informazioni di Base sull'Estensione
Nome | Responsive Debug |
ID | oeblldkhpjaeeocmklebjdaakbhmgmnj |
URL Ufficiale | https://chromewebstore.google.com/detail/responsive-debug/oeblldkhpjaeeocmklebjdaakbhmgmnj |
Descrizione | A chrome extension for testing responsive web page, just by a click. |
Dimensione del File | 39.21 KB |
Conteggio Installazioni | 536 |
Versione Corrente | 0.0.2 |
Ultimo Aggiornamento | 2017-05-31 |
Data di Pubblicazione | 2017-05-31 |
Valutazione | 4.00/5 Totale 2 Valutazioni |
Sviluppatore | Kevin Campion |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |