HTML Body shows cz-shortcut-listen="true" with Chrome's Developer Tools?

HtmlGoogle ChromeGoogle Chrome-Devtools

Html Problem Overview


I was testing some HTML code I'm making, and while using the Developer Tools on Google Chrome version 22.0.1229.94 m, I saw the <body> tag has the attribute cz-shortcut-listen="true" (which of course is not on my code). What does it mean and why is it showing up? (I tried looking it up in google, but found nothing relevant)

Screenshot

Html Solutions


Solution 1 - Html

It's being added by the Colorzilla browser extension.

https://twitter.com/brianpemberton/status/201455628143689728

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionDarkAjaxView Question on Stackoverflow
Solution 1 - Htmluser149341View Answer on Stackoverflow