Skip to main content
  1. Archives/

Chrome’s active extension icons in Omnibox annoyance

··372 words·2 mins·
General Applications

I’m a huge fan of Chrome & pretty much loved whatever changes Chrome team have done to the browser since it’s inception. This change, however, is probably the first annoying thing that I’ve run into.

Few days ago, after the latest dev channel update, all the extension icons on went missing. I initially thought all my extensions got wiped out. However, after heading over to chrome://extensions I realized that the update had a new “Show button” feature next to the extensions list and they had been set to hide all :|

Chrome Extension SHow Button

Why was it set so, I don’t know. Even more annoying is that the favicons of all active extensions on a page will now be placed in the Omnibox. As a result? My omnibox looks like this:

Chrome Extension Omnibox

Click to view in full

Talk about useless clutter. I have filed a bug for the second behaviour, since I couldn’t find an existing bug which talks about this behaviour. Here’s a summary of the bug report:

Chrome Version : 21.0.1155.2

OS Version: 6.1 (Windows 7, Windows Server 2008 R2)

URLs (if applicable) :

Other browsers tested:

Add OK or FAIL after other browsers where you have tested this issue:

Safari 5: N/A

Firefox 4.x: No

IE 7/8/9: N/A

What steps will reproduce the problem?

  1. Install extensions which are active on most pages(Ex: Lazarus, Buffer, RSS Extension, LastPass, ATD, Explain and Send screenshots
  1. Visit the website

What is the expected result?

Omnibox should be free of active extension icons

What happens instead?

Active Extension Icons clutter omnibox

Please provide any additional information below. Attach a screenshot if

possible.

IMO active omnibox icons do not offer much to a user; I don’t see why that’s required. Especially on sites where lots of extensions are installed.

Add to the mix the fact that userscripts with generic icons are also shown add to the clutter while adding no functionality.

https://i.imgur.com/x8hGz.png

My request is to remove the icons being shown in Omnibox. If not, have

a feature where I can hide the active extension icons; much like how “Show button” feature is present for extensions

https://i.imgur.com/MBF1a.png

UserAgentString: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.1 (KHTML, like Gecko) Chrome/21.0.1155.2 Safari/537.1

Consider starring the bug in case this behaviour annoys you.

Sathyajith Bhat
Author
Sathyajith Bhat
Author, AWS Container Hero and DevOps Specialist.

Related

Ubuntu Unity Development Does a IAmA on Reddit.
··317 words·2 mins
General Ubuntu
Q: What does Linux need to be if its going to be a real contender to Windows? What are you guys doing about that? A: It needs support from the major players. Personally I think we need to lure: Steam Adobe (all their stuff) Autodesk (all their stuff we don’t have) We also are going to need to increase the buy in from hardware vendors. Nvidia/AMD/Intel all need to care about 2x what they do right now about.
Saving Gmail Attachments in Android
··229 words·2 mins
Android Applications
I have no idea why, but for some reason the Gmail app on Android doesn’t allow you to save files. How stupid is that? Recently, I needed to send a document from my Google Apps account to my work account. The e-mail filter at my work place mail servers can be a little overzealous and would silently discard incoming mail with attachments coming from outside sources. So I had to
find command examples
··518 words·3 mins
Tips & How-To's Applications Linux Ubuntu
I’ve used find extensively and always wanted to writeup a nice post on this, but the linked post trumps my effort! Copy pasted from his blog, as the person’s allowed to do so. Also, as a general note - before using exec with the actual command, do preview it! remove empty directories # # find . -depth -type d -empty -exec rmdir {} \; change various file attributes # find .