Minterest

tech. marketing. mashups.

eBay Partner Network
  • Home
  • Blog
  • New? Start here!
  • Handbooks
    • The Blogger’s Handbook
    • The Freelance Writer’s Handbook
    • The Internet Marketing Handbook
    • The Social Media Handbook
    • The Email Marketing Handbook
    • The SEO Handbook
    • The Content Marketing Handbook
    • The Link Building Handbook
  • Tools
    • My Favorite Tools
    • Productivity Tools 101
    • Social Media Tools 101
    • WordPress Plugins 101
    • Internet Marketing Tools 101
    • Content Marketing Tools 101
    • Search Engine Optimization Tools 101
    • Web Hosting Comparison
  • Archives
  • Advertise
  • About
  • Contact

How To Change Chrome Bookmark Favicons In Less Than 5 Minutes

by MAHESH MOHAN on January 22, 2014

Google Chrome

If you’re a power Google Chrome user then you probably know that we CAN’T change the favicons of Chrome bookmarks. But it’s possible in Internet Explorer and it’s super easy. Since Internet Explorer stores all the bookmarks in your PC’s Favorites folder (C:\Users\<Your User Name>\Favorites), you can change its favicon by using the “Change Icon…” option of each bookmark’s Properties (Right-click Bookmark > Properties > Change Icon…).

Now coming back to Google Chrome, you can’t change the default favicons of websites in your Chrome Bookmarks Bar. According to this article it’s possible to change the favicons manually by using SQLite Database Browser (but I don’t know). Also, there are some Chrome extensions like Favicon Changer, I Hate Your Favicon and Bookmark Favicon Changer on the Chrome Web Store that enable us to change the Chrome bookmarks icons manually. But I haven’t tried any of them personally as I like to keep the number of extensions that I’m using to a minimal.

Read: Top 25 Google Chrome Extensions I Can’t Live Without

Change Chrome Bookmark Icons Without Installing Any Extensions

Wait, I’ve found a way to change the favicons of Chrome bookmarks and it’s super easy. It’s done by creating an HTML file on your PC or on a web server that redirects to your preferred website (by using simple HTML redirects).

For example, you can check my Google Chrome Bookmarks Bar and you’ll see that the favicon of Feedly.com is not the default one. I have done that by creating an HTML file called Feedly.html on my server at www.maheshone.com/Feedly.html.

Google Chrome Bookmarks Bar

…Added the following codes:

<head>
<title>Feedly</title>
<link rel=”icon” href=”http://0.gravatar.com/blavatar/ef8523581bb2e5c5faf9fd8cbfe3955c?s=16″ type=”image/x-icon”/>
<meta http-equiv=”refresh” content=”0; url=http://feedly.com” />
</head>
<body>
</body>
</html>

…saved as Feedly.html and uploaded to my web server.

As you can see, I have created an HTML redirect that redirects the HTML file to Feedly.com and I used the HTML link rel Attribute to set a custom favicon.

Don’t Have A Web Hosting?

If you don’t have a server then you can create the above HTML file and save it on your own PC. And then simply drag and drop that file to your Chrome Bookmarks Bar and rename it. Done!

BONUS:

Want to make your bookmarks bar neat and clean? Well, in Chrome, you can add a bookmark WITHOUT entering a name. Google Chrome by default uses the title of the web page as the bookmark name so you can simply remove that and it shows only the favicon.

So… now the bookmarks bar will look like:

Google Chrome Bookmarks Bar (Favicons Only)

It also works in Mozilla Firefox but it’s not possible in Internet Explorer since we can’t create an Internet Shortcut without entering a filename.

You Might Also Like
  • 3 Best Of The Best Remote Desktop Access Software That Are Free
  • How To Create Custom Search Engines In Google Chrome To Boost Productivity
  • Top 25 Google Chrome Extensions I Can’t Live Without
  • Why Speed Dial 2 Is The Best Google Chrome New Tab Extension
  • Over 25 Google Chrome New Tab Extensions You Probably Don’t Know

Tags: Chrome, Google, How To, Internet, Tech, Tools

  • Peter Fessel

    Listen Dude, what am I supposed to do- type K5DP and CAPTCHA* or just one of them, and what does the strikeout over the K mean, and after I am finished to i click “enter” or what???

    Anyway, have you by any chance noticed that in changeover to Chrome Chrome substitutes its own bullseye icon for all the site icons both on the desktop and in the favorites folder? After much agony I have gotten the original site icons back on the desktop, and I have figured out a way to make NEW favorite sites’ site icons appear in the favorites folder, but I have no idea how to undo substitution of chrome icons for site icons in place at time of changeover. DO YOU KNOW HOW TO REVERSE SUBSTITUTION OF CHROME ICONS FOR FAVORITES SITE ICONS?

    Also, if you have a telephone mumber to google marketing I would like to have it. Thanks, Peter Fessel

    • http://www.minterest.org Mahesh Mohan

      Hi Pete,

      I’m not sure if I understand the question. Can you please explain?

      And no, you can’t call Google guys for support… but you can post your question here https://productforums.google.com/forum/#!forum/chrome and a Google employee or other members will answer you.

      • D

        I’m amazed at how patient you are with these questions, haha.

        Anyway, thanks for the helpful post!

        • http://www.minterest.com Mahesh Mohan

          Haha! Thank you.

          For things like this: I’ve incredible patience. :D

  • webeno

    This is one smart solution, dude!

    • http://www.minterest.com Mahesh Mohan

      Thank you! :)

  • Scot

    I hope you know about the Bonus part Internet Explorer has a setting to do that. There is no need for a work a round. Put that in your blog.

    • http://www.minterest.com Mahesh Mohan

      You mean there’s a way other than: (Right-click Bookmark > Properties > Change Icon…) in IE?

  • analyzethis

    Bookmarks Favicon Changer is a lot easier. I keep a folder for favicons I like and for websites that need one I add them.

    This bookmarklet makes them easy to extract.

    javascript:void window.open(‘http://www.google.com/s2/favicons?domain=’+document.domain);

    I also use Faviconize Google so the favicons show up in the web search making it easy to see them. If I’m getting picky I can search for sites that are similar and likely to have decent related favicons and easily save them.

    I can change a bookmark favicon in 15 seconds.

    • http://www.minterest.com Mahesh Mohan

      Hi,

      I was trying to find a way to do that without installing any plugin. :)
      Never tried the javascript method though.

      • analyzethis

        Yeah, I’ve given in on the extensions thing. I have 30 on here though only maybe 24 active at any one time. I used to try and limit them but ……………….

  • Array

    Since my bookmark tab is getting crowded I have been creating folders with sets of URLs with their respective icons in them. Is there a way to change the plain vanilla folder icon into something meaningful, for example, a bank icon for the folder containing bank URLs, a mail icon for that containing email URLs and so on?

    • http://www.minterest.com Mahesh Mohan

      There’s no official way or quick hack. But try this https://chrome.google.com/webstore/detail/benzo-bookmarks/pnchdkpeolmmjdpoabdkjdajjlklndjf?hl=en. That plugin page says it allows us to change folder icons.

      Let me know if it worked.

  • jch

    Thanks! For some unknown reason a local forum I have bookmarked in Chrome managed to grab Facebook’s favicon. Now I can remove the names from my bookmark bar (after creating an html file as recommended here) and won’t be confused by two Facebooks LOL

    • http://www.minterest.com Mahesh Mohan

      Haha! Yes… it works!

      • jch

        Actually. I couldn’t get the html thing to work so I went with the plugin that was discussed by another commenter. I tried but no joy. Maybe because I’m using Ubuntu as my o/s ?

        • http://www.minterest.com Mahesh Mohan

          Oh yes! It could be the reason.. I’m not sure about how bookmarking works on Ubuntu or another OS as I used a Windows PC to test this. :)

  • G Warner

    Trying to figure out how to do this. I don’t know HTML, don’t have a web server, so even the explanation about how to have it on my own PC isn’t clear to me.

  • http://www.minterest.com Mahesh Mohan

    I can guide you… are you using a Windows PC?

    • G Warner

      Yes. And Thank you.

  • http://www.minterest.com Mahesh Mohan

    Hi,

    Do you know basic things like… what is a favicon, finding the location of favicons of your favorite websites, etc.?

    If no, then use the contact form of this blog and give me more details.

    I’ll be glad to help.

  • 1mw

    I couldn’t seem to get the html workaround to work either… I don’t know the specs on the favicon image size etc. so perhaps that’s my problem. I tried copying & pasting the html code as you have it but that didn’t work either. The bookmark doesn’t show a favicon (just the plain white paper sheet) NOR does the bookmark redirect. Thanks for your help!

    • http://www.minterest.com Mahesh Mohan

      On Windows or Mac?

      • 1mw

        Windows

        • http://www.minterest.com Mahesh Mohan

          Hi,

          Can you please confirm whether you did things in a proper way?

          Here’s a sample:

          If you go to this website http://feedly.com/ then you can see their default Favicon. But instead try to add the following link http://maheshone.com/Feedly.html to your bookmarks. It will first show the favicon of the domain name (maheshone.com) and then it changes automatically to another one.

          To see the codes, go to this address “view-source:http://maheshone.com/Feedly.html” on Google Chrome (without quotes).

          Hope this helps.

          • 1mw

            That worked fine. The initial favicon was the blank page but once it was clicked it changed to the modified feedly favicon.

            However, that source code seems quite a bit more than the html you have above. Am I going to need to generate that much code or is that superfluous. The site I want a Favicon for is just our local soccer league’s page. http://www.sanantoniosoccer.com Does it matter that it doesn’t have any favicon currently? I was hoping I’d just have to cut & paste the html you typed above & change the href to an image file saved on my desktop… Is that feasible, yet I’m missing something else or will I have to provide nearly as much html code as you have in your redirect, plus more tinkering w/ the image file?

          • 1mw

            actually, on further inspection, I think I’m only getting the source AFTER the re-direct… I don’t know how to view the source code before it re-directs me

          • 1mw

            okay, I figured out how to view the source directly… the elision of the last ‘ml’ from that view source link troubled my browser… re-trying

          • 1mw

            Nevermind Mahesh, it’s working for me now… I appreciate the help, I just need to resize the image now…. Thanks!

          • http://www.minterest.com Mahesh Mohan

            Great! Let me know if there’s another problem with this.

  • Carlos Mario

    Great idea, but does it work with java bookmars? For example, this is the content of my URL’ bookmark:

    javascript:var t=((window.getSelection&&window.getSelection())||(document.getSelection&&document.getSelection())||(document.selection&&document.selection.createRange&&document.selection.createRange().text));var e=(document.charset||document.characterSet);if(t!=”){location.href=’http://translate.google.com/?text=’+t+’&hl=en&langpair=auto|es&tbb=1&ie=’+e;}else{location.href=’http://translate.google.com/translate?u=’+encodeURIComponent(location.href)+’&hl=en&langpair=auto|es&tbb=1&ie=’+e;};

    • http://rocketink.net/ Patrick Welker

      You can do it for bookmarklets, too. It’s a bit of a hassle, but I described the few steps in this blog entry: http://rocketink.net/2013/03/google-chrome.html#step-by-step-guide-favicons-for-bookmarklets

  • http://www.minterest.com Mahesh Mohan

    No, it won’t work for javascript bookmarks. I was not able to find a solution for javascript bookmarks. Maybe an extension is there for that. Did you try?

    • http://rocketink.net/ Patrick Welker

      It most definitely works. I did it just a week ago. Try my instructions from the comment above. Here’s an example of the code (https://gist.github.com/anonymous/e0b9fcac38ef85080939) from the attached screen shot using Brett Terpstra’s HeckYesMarkdown(ifier).

      • http://www.minterest.com Mahesh Mohan

        Hey,

        Can you please show the exact URL (using a pastebin URL or anything) that you are using? For instance, here is the code for Google Bookmarks: http://pastebin.com/V8gh5j6V. Can you show how to add an icon to it? Say, Google.com’s favicon itself.

        • http://rocketink.net/ Patrick Welker

          I did exactly that by using Gist. If you can’t open the URL, delete the closing parenthesis at the end – Disqus accidently appended it to the URL.

          • http://www.minterest.com Mahesh Mohan

            Yes, I did notice that and I was able to open the GitHub page.. I was asking about the code that you have shared. How should I use it?

          • http://rocketink.net/ Patrick Welker

            Like stated above, I’ve written an article about it: http://rocketink.net/2013/03/google-chrome.html#step-by-step-guide-favicons-for-bookmarklets

  • DeadInHell

    Dragging and dropping this HTML file into my bookmarks just leaves me with a broken bookmark that has no favicon.

    I tried the extensions and none of them seem to work very well either. It’s amazing that such a simple thing can be so difficult to fix.

    • http://www.minterest.com Mahesh Mohan

      Ooops! But it’s working perfectly for me. See the attached picture. You can see that Feedly.com’s favicon is different on their website. But I’m linking to http://maheshone.com/Feedly.html as I used a custom favicon. Try to add http://maheshone.com/Feedly.html to your bookmarks. It will first show the favicon of the domain maheshone.com and then it changes to this custom one. You can also check the source code of that page by pasting the following URL on Chrome’s address bar: view-source:maheshone.com/Feedly.html

  • Greg Tomilson

    Noooooo!!! … tried your solutions. The first, create a link using IE then changing the icon under properties of the link, and then importing to Chrome: Chrome strips the icon image back off!!! … and the second one: I don’t want to re-direct… that’s a dead link waiting to happen… Then I tried the Favicon Changer you referred to… Awesome app. So easy… sits beside URL window click on it and it lets you browse to the icon image file (can be any graphics format) and it changes the Favicon in the link for current page. Done.

    • http://www.minterest.com Mahesh Mohan

      Oh.. sorry.. but it’s working perfectly for me. For instance, add the following bookmarks to your Google Chrome: http://maheshone.com/Feedly.html or http://maheshone.com/MSN.html and let me know which icon is showing there and to which URL is that redirecting.

  • Kyle Schmolze

    I created the docs and icons needed for Google Docs shortcuts if anyone wants to use em! https://github.com/kyletns/quick-docs

  • 
  • 
  • 
  • 
  • 

Popular Posts

  • Free Pay Per Click (PPC) Advertising Credits Worth Over $500
  • How Much Traffic Do You Need To Make $100,000
  • How To Write A Blog Post That Is Perfectly Optimized
  • 15 Blogging Tips To Supercharge Your Next Blog Post
  • Over 151 Google Products You Probably Don’t Know
  • Make Money Blogging: Over 40 Google AdSense Alternatives You Didn’t Know
  • Over 121 Websites For Anyone And Everyone To Make Money Online
  • Freelance Writing Jobs: Over 51 Places To Find Freelance Writing Gigs That Pays
  • Make Money Writing Articles: 37 Websites That Pays Up To $300 For Your Guest Posts

About Mahesh (@maheshone)

Hey there, I’m Mahesh (@maheshone). I started learning and doing and experimenting web 2.0 stuff back in 2004 and eventually became a full-time computer nerd after graduation. Minterest is a digital marketing and technology journal that I founded in 2007 to feed my super curiosity (yes, it’s single authored). I write about tech, marketing, and everything in between that excites me. And I love to work with small businesses to help them get the most out of the web. Outside of that, I'm equally passionate about the financial markets and I also spend a lot of time doing random things (see random facts about me). Say hi: @maheshone. Read More »

Sponsors

  • Earn BIG Money From Your Site Today! Sign Up To Infolinks For FREE!
  • Supercharge Your Website Speed With MaxCDN. Start Your Free Trial Today!
  • Want To Learn Everything About Your Competitors? Try SEMrush For Free!

Search Minterest

Subscribe

Get every new blog post by Minterest delivered to your Inbox.

P.S. I don't spam. Ever.

Copyright © 2006-2015 Minterest. All Rights Reserved.
Archives | Disclosure Policy | Privacy Policy