HTML5 Debugger
Shows errors on a web page
What is HTML5 Debugger?
HTML5 Debugger is a Chrome extension developed by Caesar Mukama, and its main feature is "Shows errors on a web page".
Extension Screenshots
Download HTML5 Debugger Extension CRX File
Download HTML5 Debugger extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
A developer tool for finding and resolving defects or problems within a web page to help enforce the HTML5 standard.
Extension Basic Information
Name | HTML5 Debugger |
ID | oehacgkocdddfgonlpnchhlbmepinogj |
Official URL | https://chromewebstore.google.com/detail/html5-debugger/oehacgkocdddfgonlpnchhlbmepinogj |
Description | Shows errors on a web page |
File Size | 9.01 KB |
Installation Count | 471 |
Current Version | 1.0.6 |
Last Updated | 2018-09-15 |
Publish Date | 2018-09-15 |
Rating | 2.00/5 Total 1 Ratings |
Developer | Caesar Mukama |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "HTML5 Debugger", "description": "Shows errors on a web page", "version": "1.0.6", "author": "Caesar Mukama", "icons": { "128": "icon128.png" }, "permissions": [ "contextMenus", "activeTab" ], "background": { "scripts": [ "script.js" ] } } |