Responsive design tester
Test your websites responsivness
Cos'è Responsive design tester?
Responsive design tester è un'estensione di Chrome sviluppata da Miqdad Ali K, e la sua funzione principale è "Test your websites responsivness".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responsive design tester
Scarica i file di estensione Responsive design tester 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
**THERE ARE 2 ISSUES REPORTED. "Chrome CRASH" ** Responsive design tester is used to test responsive web site design. this plugin inspired from https://chrome.google.com/webstore/detail/mobileresponsive-web-desi/elmekokodcohlommfikpmojheggnbelo
Informazioni di Base sull'Estensione
Nome | Responsive design tester |
ID | jamkpeiamhgbainmggocjenjkcibfflb |
URL Ufficiale | https://chromewebstore.google.com/detail/responsive-design-tester/jamkpeiamhgbainmggocjenjkcibfflb |
Descrizione | Test your websites responsivness |
Dimensione del File | 68.95 KB |
Conteggio Installazioni | 6,575 |
Versione Corrente | 1.1 |
Ultimo Aggiornamento | 2016-02-23 |
Data di Pubblicazione | 2016-02-23 |
Valutazione | 3.50/5 Totale 8 Valutazioni |
Sviluppatore | Miqdad Ali K |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "jquery.min.js", "background.js" ] }, "browser_action": { "default_icon": "icon-64x64.png", "default_popup": "popup.html" }, "content_scripts": [ { "css": [ "content.css" ], "js": [ "jquery.min.js", "content.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "run_at": "document_start" } ], "description": "Test your websites responsivness", "icons": { "128": "icon-128x128.png", "256": "icon-256x256.png", "64": "icon-64x64.png" }, "manifest_version": 2, "name": "Responsive design tester", "short_name": "Responsive design tester", "permissions": [ "webRequest", "webRequestBlocking", "*:\/\/*\/*", "tabs" ], "version": "1.1" } |