Master Resizer
Master Resizer is an extension which allows you to change the screen size.
Cos'è Master Resizer?
Master Resizer è un'estensione di Chrome sviluppata da vernuigorr, e la sua funzione principale è "Master Resizer is an extension which allows you to change the screen size.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Master Resizer
Scarica i file di estensione Master Resizer 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
Master Resizer is an extension which allows you to change the screen size. A simple, useful and beautiful browser window resize app for designers and developers. Resize your browser to various standard resolution sizes. The Screen and Window Resize is useful for testing different screen sizes. It resizes your browser so you can test to see what a web page looks like in all of the standard resolution sizes.
Informazioni di Base sull'Estensione
Nome | |
ID | abgcndceoklfjamfbampifddhlbdlkaj |
URL Ufficiale | https://chrome.google.com/webstore/detail/master-resizer/abgcndceoklfjamfbampifddhlbdlkaj |
Descrizione | Master Resizer is an extension which allows you to change the screen size. |
Dimensione del File | 507 KB |
Conteggio Installazioni | 78 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2018-03-26 |
Data di Pubblicazione | 2018-03-26 |
Valutazione | 1.00/5 Totale 4 Valutazioni |
Sviluppatore | vernuigorr |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "browser_action": { "default_icon": "images\/default.png", "default_popup": "popup.html" }, "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Master Resizer is an extension which allows you to change the screen size.", "icons": { "128": "images\/icon-128.png", "16": "images\/default.png", "48": "images\/icon-48.png" }, "manifest_version": 2, "name": "Master Resizer", "options_page": "options.html", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0" } |