Last active
August 26, 2021 08:56
-
-
Save Prasanth-Shakti/68e5a9333ebcac9ee8ca93817429a8fb to your computer and use it in GitHub Desktop.
Chrome useful shortcuts for quick productivity
This file contains 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
All shortcuts are not included only the most useful ones. | |
ctrl + w = close current window | |
ctrl + shift + w = close all windows | |
ctrl + R = Reload page | |
ctrl+T = new Tab | |
ctrl + shift + T = reload last closed page | |
ctrl + shift + O = Bookmark manager | |
ctrl + shift + A = search Tabs | |
ctrl + D = Bookmark current page | |
ctrl + shift + D = Bookmark current page in any folder | |
ctrl + H = History Page | |
ctrl + J = Downloads page | |
ctrl + shift + J = Inspect(console) | |
ctrl + shift + I = Inspect(Elements) | |
ctrl + shift + C = Inspect(Elements) | |
ctrl + K = Directly search in search bar | |
ctrl + L = select the URL in search bar | |
ctrl + shift + B = show/hide toolbar | |
ctrl + N = New Tab in new window | |
ctrl + shift + N = incognitive mode | |
ctrl + Tab = clockwise tab switch | |
ctrl + shift + Tab = Anti-clockwise tab switch |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment