WebPage Contents Diff

Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.)

WebPage Contents Diff là gì?

WebPage Contents Diff là một tiện ích mở rộng Chrome được phát triển bởi riatw, và tính năng chính của nó là "Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.)".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng WebPage Contents Diff

Tải xuống các tệp mở rộng WebPage Contents Diff dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Webページ上のコンテンツを比較する拡張機能です。(An extension that compares content on web pages.)

2つのWebページのURLを指定し、そのhtmlの内容の比較が行なえます。                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên WebPage Contents Diff WebPage Contents Diff
ID aomdmcgdagnmeogimkdfnfjgcbmcadgl
URL Chính Thức https://chromewebstore.google.com/detail/webpage-contents-diff/aomdmcgdagnmeogimkdfnfjgcbmcadgl
Mô tả Webページ上のコンテンツを比較する拡張機能です。(It is an extension to check the contents on a Web page.)
Kích Thước Tệp 207 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 0.0.1
Cập Nhật Lần Cuối 2020-02-12
Ngày Phát Hành 2020-02-12
Nhà Phát Triển riatw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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": [
                ""
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/content.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';",
    "options_page": "options.html"
}