How to make Yandex the start page in Google Chrome? Start and home page in Google Chrome: make, change Home button.

Hello, friends! In this article, we will learn how to customize both the start and main pages in the browser Google Chrome. It's not the same thing.

Home - opens immediately after starting the browser.

Home - opens when you click on the button with the "House" icon.

In Chrome, the home and start pages will be different. I think enough theory, and, as I like, let's move on to practice right away.

We will make Yandex start page in Chrome, for starters.

How to customize the start page

Click on the "Menu" button in the form of three parallel horizontal lines and select "Settings" from the drop-down list:

We open a tab with browser settings. We are looking for the “Open at startup” section, put the switch in the “Specified pages” position, click on the “Add” link.

A window opens in which we enter the address of the desired site, which we will open when the browser starts. In my case, this is the Yandex search engine.

Chrome allows, in this situation, not to be limited to one. Therefore, if you wish, you can enter a few more. Each of them will open in its own tab.

I do not recommend making too many sites as start-up sites so as not to download the browser. Two will be enough. After you have configured everything, do not forget to click on the "OK" button.

Setting up the home page

Here, on the settings tab, go to the section " Appearance"And put a birdie next to the item" Show the Home button ".

Below is the line "Page quick access”, click next to it on the link “Change”.

We have home page settings. In the window, you need to put the switch from the “Quick Access Page” position to the “ Next page» and enter the desired address in the proposed field. I, as an example, again enter the main page of the Yandex search engine.

After making the changes, click on the "OK" button.

Changing the default search engine

And the last thing I would like to show in this article is how you can customize the browser's search bar, namely, change the search engine with which the browser searches.

This is all done on the same "Settings" tab, in the "Search" section, select the desired search engine from the list. If you haven’t found anything suitable for yourself, then you can always add a search engine by clicking on the button “Customize search engines…»:

That's all for today, in this simple lesson we figured out the main and start page in Chrome, and also set up the default search.

Surely more than once worried about the question: " How to put home button in chrome?" and " How to make the start page the one you need?”, for example, make Yandex, Google or VKontakte the start page ... Or maybe the page of your favorite site. The answers to these questions will be discussed in this article. How to work with the main page Google browser Chrome.

The item "Show the "Home" button" in the Main menu of the Settings of the Google Chrome browser

In order to set up the main page of the browser, you need first of all:

  1. Find " Appearance" in settings
  2. That is where the control lies. Show button "Main page" .

Enabling the display of the "Home" button in Google Chrome

In order for the "Home Page" button to start showing in the browser, you need to click the left mouse button (once) on the gray switch located to the right of the item Show home button. This action will trigger several events at once:

  1. An icon in the form of a house will appear next to the address bar of the browser (this is the link to the main page of the browser).
  2. The switch will turn blue and be in the "on" position.
  3. Will open extra menu managing the Google Chrome Home Page (more on that below).

Browser Home Page Management Menu

The menu for managing the Main page of the Chome browser consists of two items:

  1. Quick access page.
  2. Enter a web address (with input field).

By default in Chrome is selected Quick access page. It has a search engine Google string and Quick links to the pages you use the most. Well, additional links to all sorts of useful (in the opinion of Google developers) sites:

This page will open on every new tab or by clicking on the house icon.

In order for some other specific page to be displayed by clicking on the icon with the house and opening a new tab, you need to enter its address in the field Enter web address. In this case, the selection switch in the Browser Home Control Menu will automatically switch to this field:

After entering the address of the browser's start page and making sure that the switch is in this field, you do not need to do anything else. The start page will automatically open at the specified address:

Summary

In this way, you can customize the start page of the Google Chrome browser or completely disable the display of the icon with the house (links to the browser's Home page). Let me remind you, no buttons " Save settings» no - all changes are applied immediately and are remembered by the browser until you change them again.

home page idea modern browsers no longer required, due to the presence of tabs automatic recovery and synchronization between devices.

Difference between home page and new tab

For some reason, Chrome makes a distinction between the new tab page (the address that opens when you start Chrome, open a new window, or open a new tab) and the home page (the address that opens when you press the Home button in Chrome or on your keyboard). Both of them have great default behavior. If you haven't changed any settings, then the default start page for a new window or tab probably looks like this:

If you press the Home button next to the address bar or on your computer keyboard, a website may open.

And if you're wondering why I chose to use Mail as my homepage in Chrome, I didn't. Some program I installed changed this setting without my permission. This happens very often as search engines like to pay developers to hide things like this during the installation process.

How to Manually Change Your Home Page and New Tab Page

You can manually change the new tab page and home page in the "Settings" menu in Chrome. Click the three dots button in the top right corner and then click Settings.

In the "Appearance" section, you can see several options in the "Show home button" item. Disabling "Show Home Button" removes the Home button from the address bar (although the Home button on the keyboard will work).

Under this switch (as long as it is enabled) you can choose whether to open a quick access page or open another home page that you enter manually. I changed the main page to google.com for this article.

Now scroll down the list a bit to the "Launching Chrome" section. Here you can choose what happens when Chrome starts up. You can open a New Tab page, a specific page or set of pages (which is nice if you're always opening certain sites), or just open the same tabs you had active the last time you opened Chrome. For this article, I'm going to set it to open one tab per .

We now have a manually configured home page, a new tab page, and a start page. I'm going to close Chrome and demonstrate how these settings affect its use. By opening Chrome again, we will get the assigned launch page.

If we press the home button in the address bar, we get the google.com webpage.

And if we click on the New Tab button, we get a default new tab page with a search bar and the most visited websites.

Note: You can manually set all three options to either the assigned web page or the New Tab page. If you see that some of the parameters have changed (as is often the case when loading free programs), just go back to the Settings menu and switch them back. Also be aware that some extensions may change the New Tab page. In this case, Chrome will display the extension page.

A button in HTML can be made in three different ways:

  • With a tag input;
  • With a tag button;
  • With a link (tag a) and CSS properties.

input tag

Tag input can be used to create various input elements on the page (text input field, button, and others) and take the values ​​of the following attributes:

  • type- indicates the element type (in our case it is button);
  • name- allows you to set the name of the element (this is necessary, for example, to identify the button by the form handler);
  • value- sets the value for the element (for example, for submitting form data) and this value acts as a label on the button.

Thus, written using the tag input the button will look like this:

Result:

button tag

Buttons for the site can also be defined using the tag button HTML. The advantage of this tag over input is that here you can add other elements to the button, for example, an image:

Result:

Website builder "Nubex"

Tag Attributes button the same as in input, the only difference is that the value value is no longer the label on the button, but only serves to transfer the value to the server.

Link button

The third option for creating a button on the page is to use the tag a, i.e. a regular link. The link looks like a button when you apply the necessary CSS styles to it. Consider the option of creating a button using a link:

Link button Link button

This method provides a great advantage and freedom in the design of the button.

Step-by-step instructions in order to: open the Yandex start page when Google Chrome starts, open Yandex visual bookmarks in a new tab, and add the Home button to the browser panel from the addresses http://www.yandex.ru/.

There is no start page in Yandex.Browser, but for other browsers there is special application, which will automatically replace the browser start page with yandex.ru. To install it, go to the site: home.yandex.ru- and follow the instructions there.

Moreover, in order to ensure the protection of browser settings, Yandex offers users to install a special "Browser Manager". You can download and learn more about it by visiting the site: bm.yandex.ru.

Opening the Yandex start page when starting Google Chrome.

I want to bring to your attention more natural way installing the Yandex start page in the Google Chrome browser. To do this, you do not have to install any applications, managers, etc. Just follow the instructions below.

To do this, click on the icon Settings chrome://settings/- and press the Enter button.

Step 2: Select the launch browser option. For the option " Open on startup» select option « Specified Pages».

Step 3: add a Yandex page. Click the link " add» next to the selected option « Specified Pages". In the "Pages at startup" window that opens, in the "Add page" field, specify the URL of the Yandex main page: http://www.yandex.ru/. Remove other pages from the list.

Click the button " OK».

Now, when you start the Google Chrome browser, the Yandex start page will open.

Yandex visual bookmarks for Google Chrome

True, opening new tab Chrome browser, you will see Google page. It is not possible to change this in the browser settings. So you have to install a special extension, for example " Visual bookmarks Yandex" for Google Chrome.

Step 1: extension page. And I'll start by saying that finding Yandex visual bookmarks in the Chrome Web Store is not easy. The search for "visual bookmarks" displays anything but what you need. Even the fact that the extension is used more 2 million the person does not influence the result. Therefore, do not search, but use this link or go to the official extension page.

Step 2: install the extension. Click the blue button + Free". A New Extension Confirmation window will appear with a list of required permissions. We click the button " Add».

Step 3: Installation completed. In the right upper corner The browser window should display a message: The Visual Bookmarks extension is installed.

Step 4: Another Quick Access Page. Now open a new tab ( Ctrl+T). In the upper right corner of the browser window, most likely, a message will appear stating that one of the extensions has changed the page that opens in a new tab. Click the button " Save change».

Button "Home page" with Yandex in Google Chrome

Among other things, you can add to the browser panel, familiar to many users, the "Home" button with a house icon. To do this, follow the instructions below:

Step 1: Open the browser settings page. To do this, click on the icon Settings and management of Google Chrome" in the upper right corner of the browser window, and then the menu item " Settings"or write in the address bar of the browser the address: chrome://settings/- and press the Enter button.

Step 2: Turn on the display of the "Home" button. Locate the settings group " Appearance' and check the box ' Show home button».

Step 3: Change the Home Page URL. Click the link " change» next to the URL that appears (default is: http://www.google.ru/ig) , under the "Show Home button" checkbox. In the "Main page" window that opens, for the "Next page" option, specify the URL of the Yandex home page: http://www.yandex.ru/.

Click the button " OK».

Now by clicking the "house" icon on the browser panel, you can get to the main page of Yandex. That's all for me. Thank you for your attention. Good luck!