Skip to main content

Be Smart on Google Chrome


In this post, I am shared some useful shortcut and smart option are available in chrome browsers,
probably most of the peoples know the google chrome browser, that'is pretty awesome, because of it's speed performance, but wait for a second, The chrome has many advantages and smart options, 
These help to improve the productivity skills in chrome browsers, okay let's start to know



Navigation, 


Navigation is the main thing to slow down our speed, If you want to move on other or next tab you need to use the Mouse for this, But it's not necessary, the chrome has inbuilt shortcuts navigating another tab 
CTRL + TAB = These short key used to navigate right to left tabs

In another extension in google chrome named Navigation shortcut, is used to most of the shortcut key operation like scrolling page back, forward and more. Here the extension link from google chrome store Navigation shortcut - Chrome Store



Tabs Shortcuts


CTRL + T      = These Shortkey used the create a new tab 

CTRL +W     = This Shorkey is used to close the currently active tab

Another shortcut key was CTRL + K, used for instance search with your default search engine in chrome browser wherever you place.

Note = All the shortcuts or no need to memorize, just you need to know some frequently used shortcut Key is only 

If you want to know More Shortcut keys go to the google chrome Help Page
                                               
                                              Chrome Shortcuts

Pin tab feature: 

The pin tab feature was available more web browsers, but till some of the users didn't what is this.

On your tabs right click then you can see the pin tab option was there. After the pin tab, that tabs are locked you cant close the tab without unpin the tab 

okay let's talk about the uses of the pin tab
In daily internet browsing, some of the tabs need to open every time, such as Gmail, social networks. and it should not close by accidental in this case the pin tab feature will be used 

Low memory


Most common report from the chrome users is "The chrome uses lot of system memory resource" Actually it true, When compared to another browser like Mozilla Firefox the chrome consume more memory

Solution: 
When you use lot of tabs and extension it consumes more amount memory system resource so try to close unused tabs, and turn off unused extensions, 
In the previous post, I am clearly explained how to fast on google chrome Here the link 

Sync: 

Probably lot of users use this feature, But anyway I included in this feature. The Chrome browser has available various type of devices An example Android and others 

When you sign in you can sync more devices with your bookmarks, others too.
And another advantage of the sync is if you move on another computer just get the sign in your account you retrieve all your important bookmarks and data from anywhere.


Handle Extension:

In Google chrome store has a lot of useful extensions. Some of the extensions are really used for productivity performance, Like password Manager, Web Clipper, Writing tools and lot 

But that worse thing about the extension is it will consume your system Resource, so just disable your unwanted extension.
Another cool extension named aka-switcher in chrome store. It makes easier to enable and disable your extensions within a single click aka Switcher - Chrome Store


Thanks For Reading My Blog Post, I hope now you Know the basic smart way to use google chrome,  But this does not end In Upcoming Post I am sharing More chrome hidden feature and other cool chrome extensions are available in chrome to improve easy usage of Chrome Browsers 


Comments

Popular posts from this blog

Python variables

In this first post we going to talk about the variables in Python like all other programming language the variables is just a container it holds some data in a variable name In another program language the variables must be mentioned whether its a integer or float character something But in Python language you did not care about that datatype has so much but you must be care some  places we are covering the upcoming posts of these In Python programming language you can I easily create the variable name without specify the datatype There are some restriction are  in the variable name in Python  you did not start the variable name in number it should be start within the letters underscore something You cannot start the name in special characters or number The another one thing is notice like another languages the variable has case sensitive it means the uppercase variable and lowercase variable but in same letters it be very In another one important thing ...