My Settings for the Window Resizer Chrome Extension. Import on the Import / Export tab.
-
-
Save sy/218c8dc1e20c18b2be1d0f75e820328d to your computer and use it in GitHub Desktop.
Window Resizer Settings
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"presets": [ | |
{ | |
"title": "iPhone 5", | |
"width": "320", | |
"height": "568", | |
"type": "smartphone", | |
"target": "viewport", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 1 | |
}, | |
{ | |
"title": "iPad Vertical", | |
"width": "768", | |
"height": "1024", | |
"type": "tablet", | |
"target": "viewport", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 2 | |
}, | |
{ | |
"title": "iPad Horizontal", | |
"width": "1024", | |
"height": "768", | |
"type": "tablet", | |
"target": "viewport", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 3 | |
}, | |
{ | |
"title": "11'' MacBook Air", | |
"width": "1366", | |
"height": "768", | |
"type": "laptop", | |
"target": "window", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 4 | |
}, | |
{ | |
"title": "13'' MacBook Air", | |
"width": "1440", | |
"height": "900", | |
"type": "laptop", | |
"target": "window", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 5 | |
}, | |
{ | |
"title": "Old Windows Desktop", | |
"width": "1280", | |
"height": "1024", | |
"type": "desktop", | |
"target": "window", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 6 | |
}, | |
{ | |
"title": "16x10 Desktop", | |
"width": "1680", | |
"height": "1050", | |
"type": "desktop", | |
"target": "window", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 7 | |
}, | |
{ | |
"title": "Thunderbolt Display", | |
"width": "2560", | |
"height": "1440", | |
"type": "desktop", | |
"target": "viewport", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 8 | |
}, | |
{ | |
"title": "iPhone 4", | |
"width": "320", | |
"height": "480", | |
"type": "smartphone", | |
"target": "viewport", | |
"X": "", | |
"Y": "", | |
"pos": "0", | |
"ID": 0 | |
}, | |
{ | |
"title":"1080p Display", | |
"width":"1920", | |
"height":"1080", | |
"type":"desktop", | |
"target":"window", | |
"X":"", | |
"Y":"", | |
"pos":"0", | |
"ID":9 | |
} | |
], | |
"settings": { "popupWidth": "250", "tooltipDelay": "2000" } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment