Kann ich aus Gründen der Lesezeichenleiste einer Website ohne Favicon hinzufügen?

1980
Toph

In der Basecamp-Website meiner Organisation fehlt ein Favicon, wodurch meine Chrome-Lesezeichenleiste unordentlich aussieht (und bedeutet, dass ich den Titel des Lesezeichens nicht leer lassen kann, um nur ein Symbol zu verwenden, das nur Symbole enthält). Gibt es eine Möglichkeit, ein beliebiges Favicon zu einer beliebigen Website hinzuzufügen, der eines fehlt, nur für den persönlichen Gebrauch?

5

1 Antwort auf die Frage

2
joyjit

http://www.tech-recipes.com/rx/3032/google_chrome_how_to_change_icons_on_the_bookmarks_bar/

First, you’ll need to download and install the free SQLite Database browser.

Now, open Google Chrome and visit the site(s) that have the favicon you want displayed in your Bookmarks bar. After you have completed this, close Google Chrome.

We are ready to change icons:

  1. Open SQLite Database browser.

  2. Go to the toolbar and select the Open (folder) icon to bring up the Open window.

  3. When the open window appears, you will need to browse to the following directory:

In Windows XP: C:\Documents and Settings\\Local Settings\Application Data\Google\Chrome\User Data\Default

In Windows Vista: C:\Users\\AppData\Local\Google\Chrome\User Data\Default

Note: change username to your username.

  1. Open the History file.

  2. Select the Browse Data tab.

  3. Select urls from the Table dropdown.

  4. The table will appear with the following columns: id, url, title, visit_count, typed_count, last_visit_time, hidden, favicon_id and starred_id. Our main focus will be on the favicon_id and starred_id columns, but you will need to pay attention to the title column as well. Any row that has a value other than 0 in the starred_id column is a bookmark. Any row that has a value other than 0 in the favicon_id column has an icon associated with it (if it has a 0, it will use the default icon).

  5. Locate one of the sites you browsed to earlier that contains the desired favicon that you wish to use. Make sure it has a value in the favicon_id column. When you have located it, make note of the value that is in the favicon_id column.

  6. Now locate the bookmark that you want to assign the favicon to. The title may appear more than once, so you must make sure that you select the record that has a value in the starred_id column.

  7. Double-click the favicon_id record (the one that is 0) to open the Edit database cell window.

  8. Change the 0 to the value you got from Step 8.

  9. Click the Apply Changes button.

  10. Repeat this process until you have finished assigning icons to your bookmarks.

  11. Go to the toolbar and click the Save icon.

Now open up Google Chrome and check out your Bookmarks bar.

Fügen Sie Ihrer Antwort nicht nur einen Link hinzu - wenn die Site ausfällt, wird die Antwort zu Useles .. Sathya vor 13 Jahren 0