Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Chrome plugin to get smartphone window size [closed]

Is there a Chrome plugin that resizes the navigator window to smartphone or tablet window size (iPhone, iPad, Blackberry,...) ?

Thanks in advance.

like image 576
htaidirt Avatar asked Mar 12 '12 13:03

htaidirt


2 Answers

Edit: Device Mode in Chrome 38+

Chrome v38+ has window resizing and mobile emulation in a mode called Device Mode. You can activate it either with the screen icon in the Developer Tools window or with Ctrl+Shift+M (Cmd+Shift+M on Mac).

enter image description here

Windows

As Pedro mentioned in his answer, Window Resizer will work for Chrome on Windows.

https://chrome.google.com/webstore/detail/kkelicaakdanhinjdeammmilcgefonfh

Mac OSX

On Mac OSX, Chrome limits the width at a minimum of 320px. This is the lower end of the spectrum for smartphone window sizes, so this may be enough.

If you still want to get around this limitation, open a popup window with the Open-as-Popup extension. This will allow you to resize down to 100px x 100px:

https://chrome.google.com/webstore/detail/ncppfjladdkdaemaghochfikpmghbcpc

Chrome Popup

like image 177
Karl Horky Avatar answered Sep 24 '22 15:09

Karl Horky


Window Resizer will do the trick. You can even manually define a screen size.

https://chrome.google.com/webstore/detail/kkelicaakdanhinjdeammmilcgefonfh

like image 26
Pedro Ferreira Avatar answered Sep 22 '22 15:09

Pedro Ferreira