I’m building a web app with custom buttons (images). Google Chrome displays three icons when hovering over them; Magnifier, Set Wallpaper, and Save Image. If you’re a Google Chrome user, I’m sure you’ve seen them. Not only is it ugly and distracting, and pretty useless in this instance, it looks to me like these extra operations are slowing things down. Is there any way that I can disable this operation for my page or for individual images?
Please note that this is a programming question, not one about setting features in Google Chrome. The problem would not be solved by disabling this feature in my copy of Chrome. I’m concerned about having the page work well for all visitors.
It’s not a default Chrome feature, but comes with the Chrome Toolbox extension. If people have the extension installed, it’s reasonable to assume they want that functionality.
Unless they’ve forgotten they’ve installed it and don’t know where the icons are coming from, but even then I’d write that off as “user error”.