Web Developer
Adds a toolbar button with various web developer tools.
Generates a navigable page outline with heading and sectioning elements
Review user movement across collected snapshots.
View collected rating snapshots from the latest 7-day window to assess rating stability.
Compare 1-day, 7-day, and 30-day net growth and growth rate.
Review publication date, version, supported languages, and crawl timestamps.
Review the store description, core capabilities, and common use cases.
This extension is using the HTML5 outline algorithm to create a table of contents.
Should also work well with HTML4 (and older?) pages, that have structured headings.
The table of contents is clickable and tries to highlight the heading/section in question after the jump.
The extension should prove useful to people who find themselves often using online HTML5 outliners.
Comments, bug reports and suggestions much appreciated!
Extension source code: https://github.com/h5o/h5o-chrome
Inspect the latest comments and rating distribution.
Store average score: 4.2. The bars below are calculated from synced review text only, so they may be empty for extensions that have public ratings but no synced comments yet.
Review related products from the Chrome Web Store detail page.
Adds a toolbar button with various web developer tools.
To show, browse and audit (for accessibility and SEO) the headings structure
Drop your mockup on the live page for pixel-perfect comparison with your code.
Open a blank dark or white tab rather than the default browser's new tab page.
Meta SEO Inspector helps web developers and curious users explore what’s hidden behind any web page. Instantly check a site’s HTML…
HTMLの開始・終了タグの過不足などを検出する拡張機能です。エラーがある場合、数値が表示されます。JSでソースを確認するので、外部送信は行ってません。※formがあるページで挙動がおかしくなる場合は、一時的にオフにしてください。
muito pratica
Does the job for me..
べんりべんり
非常好,谢谢开发者
Doesn't work, the icon didn't show up on a page that clearly had HTML5 structure. Looking for an alternative :(
simple & efficace
Seems to be very helpful
It incorrectly shows <h1> - <h6> elements as sections of the outline, which in HTML5, they aren't. If you have this code: <section> <h1>First heading 1</h1> <h1>Second heading 1</h1> <h2>First heading 2</h2> </section> You get an outline of: 1. First heading 1 2. Second heading 1 1. First heading 2 When you should get an outline of: 1. First heading 1 In an HTML5 document outline, its the sectioning elements of: section, article, nav and aside that create the sections, not the <h1> - <h6> elements, which were responsible for doing that in HTML 4 & XHTML 1.0. So, the extension is using both sets of elements to create HTML5 outlines, when it shouldn't.
its helpful. i love it
Great!!!