Alternative to Chrome Extension “Window Resizer”

后端 未结 10 718
小鲜肉
小鲜肉 2021-02-01 02:28

In light of the recent controversy (Dec 2013) over the Chrome extension titled \"Window Resizer\", what are some alternative solutions to quickly resizing the Chrome browser for

相关标签:
10条回答
  • 2021-02-01 02:39

    Try this once. I find it better than any other Chrome extension.

    link

    0 讨论(0)
  • 2021-02-01 02:40

    Resolution Test could be a possible alternative.

    Resolution Test changes the size of the browser window for developers to preview their websites in different screen resolutions. It includes a list of commonly used resolutions and the ability to customise that list. It also gives users the option to turn on Google Browser Size.

    It is available in the Chrome webstore:

    https://chrome.google.com/webstore/detail/resolution-test/idhfcdbheobinplaamokffboaccidbal

    0 讨论(0)
  • 2021-02-01 02:40

    YES!

    I recommend avoiding extensions, master chrome dev tools with keyboard shortcuts.

    Open them using
    F12
    or
    ctrl+shift+i(Gnu/Linux or Windows)
    cmd+opt+i(Mac)
    or
    Menu > Tools > Developer Tools

    EDIT: Screenshots updated to reflect chrome dev tools recent changes.

    screenshot - step 1 of 2 screenshot - step 2 of 2

    A gif says it better!

    gif screencast with all steps (hint: open image in new tab)

    0 讨论(0)
  • 2021-02-01 02:41

    Another (safer) alternative is to make you own.

    Google has a lot of documentation on creating extensions. I made this really simple extension which does all I needed for a project, you can also find the code for this on github.

    0 讨论(0)
  • 2021-02-01 02:42

    On Windows with AutoHotKey installed, save the below in resize-chrome.ahk and double-click to run:

    WinMove, ahk_exe chrome.exe,, 0, 0, 1024, 768
    
    0 讨论(0)
  • 2021-02-01 02:47

    Here is a window resizer bookmarklet that works great:

    http://lab.maltewassermann.com/viewport-resizer/

    0 讨论(0)
提交回复
热议问题