Compare
Visually diff 2 webpages.
什么是Compare?
Compare是由https://kunal-p.com开发的Chrome扩展程序,该扩展的主要功能是“Visually diff 2 webpages.”。
扩展截图
下载Compare扩展crx文件
下载Compare扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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). 扩展基本信息
| 名称 | |
| ID | ggjmpbblkadkjemjmknnfdjbahchknjh |
| 官方URL | https://chromewebstore.google.com/detail/compare/ggjmpbblkadkjemjmknnfdjbahchknjh |
| 简介 | Visually diff 2 webpages. |
| 文件大小 | 57.72 KB |
| 安装次数 | 148 |
| 当前版本 | 1.0 |
| 更新时间 | 2017-10-17 |
| 上架时间 | 2017-10-16 |
| 评分 | 3.33/5 共3次评分 |
| 开发者 | https://kunal-p.com |
| 付费类型 | free |
| 扩展官网 | https://github.com/kunal-p/Compare |
| 帮助页面URL | https://github.com/kunal-p/Compare |
| 支持的语言 | 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": [
" | |