Compare
Visually diff 2 webpages.
What is Compare?
Compare is a Chrome extension developed by https://kunal-p.com, and its main feature is "Visually diff 2 webpages.".
Extension Screenshots
Download Compare Extension CRX File
Download Compare 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
Uses CSS mix-blend-mode to visually diff 2 webpages. Enter a second page's url to compare it against the currently open tab. Black equals no difference (two identical pages will result in a completely black page).
Extension Basic Information
Name | Compare |
ID | ggjmpbblkadkjemjmknnfdjbahchknjh |
Official URL | https://chromewebstore.google.com/detail/compare/ggjmpbblkadkjemjmknnfdjbahchknjh |
Description | Visually diff 2 webpages. |
File Size | 57.72 KB |
Installation Count | 148 |
Current Version | 1.0 |
Last Updated | 2017-10-17 |
Publish Date | 2017-10-16 |
Rating | 3.33/5 Total 3 Ratings |
Developer | https://kunal-p.com |
Payment Type | free |
Extension Website | https://github.com/kunal-p/Compare |
Help Page URL | https://github.com/kunal-p/Compare |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Compare", "description": "Visually diff 2 webpages.", "version": "1.0", "homepage_url": "https:\/\/github.com\/kunal-p\/Compare", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon16.png", "default_popup": "popup.html", "default_title": "Compare" }, "content_scripts": [ { "matches": [ " |