Responsive View
To view the page in different device screen sizes, just by a click
Cos'è Responsive View?
Responsive View è un'estensione di Chrome sviluppata da Aneeta Kolhe, e la sua funzione principale è "To view the page in different device screen sizes, just by a click".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Responsive View
Scarica i file di estensione Responsive View 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 gives you an ability to view the page in different screen sizes, just by a click. HOW TO USE: Go to the page that you want to view in different screen sizes. Click on the extension icon and scroll vertically. Various screens sizes that are available as follows: 1. 340 x 480 - Mobile 2. 480 x 640 - Mobile (larger screen) 3. 768 x 1024 - Tablet (Portrait) 4. 1024 x 768 - Tablet (Landscape) 5. 992 x 640 - Bootstrap 6. 1200 x 800 - Desktop
Informazioni di Base sull'Estensione
Nome | Responsive View |
ID | hgeefdjnmmeindmchabjodoggbfkhaam |
URL Ufficiale | https://chromewebstore.google.com/detail/responsive-view/hgeefdjnmmeindmchabjodoggbfkhaam |
Descrizione | To view the page in different device screen sizes, just by a click |
Dimensione del File | 165 KB |
Conteggio Installazioni | 1,720 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2014-04-02 |
Data di Pubblicazione | 2014-04-01 |
Valutazione | 4.21/5 Totale 14 Valutazioni |
Sviluppatore | Aneeta Kolhe |
Tipo di Pagamento | free |
Lingue Supportate | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Responsive View", "description": "To view the page in different device screen sizes, just by a click", "version": "1.0", "icons": { "128": "icon128.png", "19": "icon19.png", "38": "icon38.png" }, "permissions": [ "activeTab" ], "browser_action": { "default_icon": { "19": "icon19.png", "38": "icon38.png" }, "default_title": "View page in various dimensions" }, "background": { "scripts": [ "popup.js" ], "persistent": false } } |