Skip to main content

Some Google Chrome tips

Know your keyboard shortcuts

Like any good browser, Google Chrome has several dozen keyboard shortcuts that help improve your productivity. Below are a few of our top favorites.

 

Ctrl+1 - 8 = Pressing Ctrl and any number key 1 through 8 moves to the corresponding tab in your tab bar.

Ctrl+9 = Switch to the last tab.

Ctrl+K = Move the cursor to the omnibox (address bar).

Ctrl+T = Open a new tab.

Ctrl+Shift+T = Undo any closed tab. 


The following shortcuts require you to use your mouse:

ActionShortcut
Open a link in a current tab (mouse only)Drag a link to a tab
Open a link in new background tabCtrl + Click a link
Open a link, and jump to itCtrl + Shift + Click a link
Open a link, and jump to it (mouse only)Drag a link to a blank area of the tab strip
Open a link in a new windowShift + Click a link
Open a tab in a new window (mouse only)Drag the tab out of the tab strip
Move a tab to a current window (mouse only)Drag the tab into an existing window
Return a tab to its original positionPress Esc while dragging
Save the current webpage as a bookmarkDrag the web address to the Bookmarks Bar
Scroll horizontally on the pageShift + Scroll your mousewheel
Download the target of a linkAlt + Click a link
Display your browsing history

Right-click Back Back or click & hold Back Back 
Right-click Next Next or click & hold Next Next

Switch between maximized and windowed modesDouble-click a blank area of the tab strip
Make everything on the page biggerCtrl + Scroll your mousewheel up
Make everything on the page smallerCtrl + Scroll your mousewheel down


Use the following shortcuts in the address bar:

ActionShortcut
Search with your default search engineType a search term Enter
Search using a different search engineType a search engine name and press Tab
Add www. and .com to a site name, and open it in the current tabType a site name + Ctrl + Enter
Open a new tab and perform a Google searchType a search term Alt + Enter
Jump to the address barCtrl + l or Alt + d or F6
Search from anywhere on the pageCtrl + k or Ctrl + e
Remove predictions from your address barDown arrow to highlight + Shift + Delete
Move cursor to the address barControl + F5

Tab & window shortcuts

Open a new windowCtrl + n
Open a new window in Incognito modeCtrl + Shift + n
Open a new tab, and jump to itCtrl + t
Reopen previously closed tabs in the order they were closedCtrl + Shift + t
Jump to the next open tabCtrl + Tab or Ctrl + PgDn
Jump to the previous open tabCtrl + Shift + Tab or Ctrl + PgUp
Jump to a specific tabCtrl + 1 through Ctrl + 8
Jump to the rightmost tabCtrl + 9
Open your home page in the current tabAlt + Home
Open the previous page from your browsing history in the current tabAlt + Left arrow
Open the next page from your browsing history in the current tabAlt + Right arrow
Close the current tabCtrl + w or Ctrl + F4
Close the current windowCtrl + Shift + w or Alt + F4
Minimize the current windowAlt + Space then n
Maximize the current windowAlt + Space then x
Quit Google ChromeAlt + f then x

Move tabs right or left

Ctrl + Shift + PgUp or Ctrl + Shift + PgDn

Comments

Popular posts from this blog

How to lock any file or folder without any software.

  With this trick, you can create a secure password protected  folder  in Windows which no one except you can access. To use this trick, follow the instructions given below:-   1.  Open  Notepad . 2.   Copy and paste  the exact code given below:- cls @ECHO OFF title computer-tricks-corner.blogspot.com if  EXIST  "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto  UNLOCK if NOT EXIST MyFolder goto MDMyFolder :CONFIRM echo Are you sure to lock this folder? (Y/N) set/p "cho=>" if %cho%==Y goto LOCK if %cho%==y goto LOCK if %cho%==n goto END if %cho%==N goto END echo  Invalid  choice. goto CONFIRM :LOCK ren MyFolder "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" echo Folder locked goto End :UNLOCK echo Enter password to Unlock Your Secure Folder set/p "pass=>" if NOT %pass%== computer-tricks-corner.blogspot.com got

How to install Bash on Windows 11

Microsoft’s Windows Subsystem for Linux 2 was released nearly 3 years ago. This brought the ability to run the Bash shell and run Linux binary executables that you’d be able to run on Ubuntu Linux. Microsoft has since only continued to improve its Windows Subsystem for Linux, and an update in a Windows 10 preview build back in mid-2020 made it easier to install Bash. That method carried over to Windows 11. To install Bash, open Windows Terminal as an admin. You can do this by right-clicking the Windows icon and selecting “Windows Terminal (Admin)” from the power user menu. (If you’re on Windows 10, you may see it listed as “Windows Powershell (Admin)” in the menu.) Run Windows Terminal as an admin In Windows Terminal, run this command: wsl --install The command to install WSL Windows will then begin downloading and installing Virtual Machine Platform, Windows Subsystem for Linux, WSL Kernel, and GUI App Support. It will also download Ubuntu, but will install it after a reboot. This pro

The best free automation tools for Windows

When your job involves working on a computer, repetitive actions can be the bane of your existence. They're not only tedious, but also (even worse) time consuming. Fortunately, in case you're forced to execute the exact same actions over and over again, you can create macros (scripts) that will automatically do them for you. Let's say, for example, that every day you have to open your downloads folder; to do this, you would normally have to click on 'Start', then on 'Documents' and from there finally click on 'Downloads'. Using a macro, you could simply run a certain file from your desktop or (even better) use a key combination, and the download folder will be automatically opened. (Of course, this was very simplistic, but you can use macro scripts to perform much more complicated tasks.) Here you will find a list with some of the best automation tools on the market. These applications won't only help you improve your productivity with macr