Chrome browser
Table of Contents
How to disable same origin policy in Chrome?
Or, how to launch Chrome without CORS?
- https://stackoverflow.com/questions/3102819/disable-same-origin-policy-in-chrome
- https://stackoverflow.com/posts/55442160/timeline
Make a custom folder for this: ~/devhome/chrome
And then lauch Chrome with this:
google-chrome --disable-site-isolation-trials --disable-web-security --user-data-dir="~/devhome/chrome"
How to open local folder in thumbnail view in Chrome (Brave) or Firefox?
And to view all the images in a folder in the browser?
- One extension for this is “Local Image Viewer”. It allows you to view
- all the images in a folder in the browser by using left and right keys.
- local folders with thumnails, after clicking a button below the file listing.
- You need to make some config changes as described here.
- Briefly, after installing this extension:
- Go to the extension settings page, chrome://extensions/
- Open the desired folder in Chrome.
- A button labeled Show Thumbnails appears at the bottom of the listing. Clicking this will show thumnails for all images in the folder, below.
- Clicking any thumbnail will display the full fiew.
- (from the dottech page) Just press the space bar to zoom in/zoom out the photo. If you place your mouse cursor over the left and right side of the photo, you will be able to see the “next” and “previous” buttons. You can also click the arrow up button to go back to your file’s parent directory.
- Read more at http://dottech.org/163314/how-to-view-local-images-in-chrome-tip/#S1sgoAKCKhvUYWGT.99
Full page screenshot in Chrome
- Hamburger menu
- More Tools > Developer Tools
- Hamburger menu in Developer Tools to open Developer menu
- Type “screenshot”
- Pick one of the options