WebDiff
Simple tool for comparing HTML output
What is WebDiff?
WebDiff is a Chrome extension developed by popov654, and its main feature is "Simple tool for comparing HTML output".
Extension Screenshots
Download WebDiff Extension CRX File
Download WebDiff 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
Allows to compare HTML output before and after some change in the backend (refactoring etc.) Comparing post-processed HTML (after all JavaScript code is executed) and page visual representation are planned in the future releases
Extension Basic Information
Name | WebDiff |
ID | gcghfdgbmddlpmpnnhdihagnhpjjpcdd |
Official URL | https://chromewebstore.google.com/detail/webdiff/gcghfdgbmddlpmpnnhdihagnhpjjpcdd |
Description | Simple tool for comparing HTML output |
File Size | 136 KB |
Installation Count | 38 |
Current Version | 1.1.5 |
Last Updated | 2020-08-01 |
Publish Date | 2020-07-04 |
Developer | popov654 |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebDiff", "description": "Simple tool for comparing HTML output", "version": "1.1.5", "icons": { "128": "icons\/icon128.png", "16": "icons\/icon16.png", "48": "icons\/icon48.png" }, "options_page": "options.html", "options_ui": { "open_in_tab": true, "page": "options.html" }, "background": { "scripts": [ "js\/background.js" ] }, "permissions": [ " |