Responsive Viewer
Show multiple screens once, Responsive design tester
Cos'è Responsive Viewer?
Responsive Viewer è un'estensione di Chrome sviluppata da https://responsiveviewer.org, e la sua funzione principale è "Show multiple screens once, Responsive design tester".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responsive Viewer
Scarica i file di estensione Responsive Viewer 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
A Chrome extension to show multiple screens in one view. the extension will help front-end developers to test multiple screens while developing responsive websites/applications. icon by Dima Hamayunau (https://dribbble.com/abybe). Clarification on privacy: The extension does not track or collect any of your data, it's even not connected to any server to store data. Source code: https://github.com/skmail/responsive-viewer
Informazioni di Base sull'Estensione
Nome | Responsive Viewer |
ID | inmopeiepgfljkpkidclfgbgbmfcennb |
URL Ufficiale | https://chromewebstore.google.com/detail/responsive-viewer/inmopeiepgfljkpkidclfgbgbmfcennb |
Descrizione | Show multiple screens once, Responsive design tester |
Dimensione del File | 368 KB |
Conteggio Installazioni | 273,255 |
Versione Corrente | 1.0.21 |
Ultimo Aggiornamento | 2023-07-18 |
Data di Pubblicazione | 2019-12-21 |
Valutazione | 4.55/5 Totale 237 Valutazioni |
Sviluppatore | https://responsiveviewer.org |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://responsiveviewer.org/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive Viewer", "author": "Solaiman Kmail", "version": "1.0.21", "description": "Show multiple screens once, Responsive design tester", "icons": { "128": "logo.png" }, "browser_action": { "default_icon": "logo.png" }, "background": { "scripts": [ "static\/js\/background.js" ], "persistent": true }, "permissions": [ "storage", "tabs", "activeTab", "webRequest", "webNavigation", "webRequestBlocking" ] } |