WebPage Contents Diff
Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.)
什么是WebPage Contents Diff?
WebPage Contents Diff是由riatw开发的Chrome扩展程序,该扩展的主要功能是“Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.)”。
扩展截图
下载WebPage Contents Diff扩展crx文件
下载WebPage Contents Diff扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Webページ上のコンテンツを比較する拡張機能です。(An extension that compares content on web pages.) 2つのWebページのURLを指定し、そのhtmlの内容の比較が行なえます。
扩展基本信息
名称 | WebPage Contents Diff |
ID | aomdmcgdagnmeogimkdfnfjgcbmcadgl |
官方URL | https://chromewebstore.google.com/detail/webpage-contents-diff/aomdmcgdagnmeogimkdfnfjgcbmcadgl |
简介 | Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.) |
文件大小 | 207 KB |
安装次数 | 51 |
当前版本 | 0.0.1 |
更新时间 | 2020-02-12 |
上架时间 | 2020-02-12 |
开发者 | riatw |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "WebPage Contents Diff", "description": "Web\u30da\u30fc\u30b8\u4e0a\u306e\u30b3\u30f3\u30c6\u30f3\u30c4\u3092\u6bd4\u8f03\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002(It is an extension to check the contents on a Web page.)", "version": "0.0.1", "icons": { "128": "images\/icon\/icon_128.png" }, "browser_action": { "default_icon": { "128": "images\/icon\/icon_128.png" }, "default_title": "WebPage Content Diff" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |