WebDiff

Simple tool for comparing HTML output

WebDiffとは何ですか?

WebDiffはpopov654によって開発されたChromeの拡張機能で、その主な機能は「Simple tool for comparing HTML output」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot

WebDiff拡張機能のCRXファイルをダウンロード

WebDiff拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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                    

拡張機能の基本情報

名前 WebDiff WebDiff
ID gcghfdgbmddlpmpnnhdihagnhpjjpcdd
公式URL https://chromewebstore.google.com/detail/webdiff/gcghfdgbmddlpmpnnhdihagnhpjjpcdd
説明 Simple tool for comparing HTML output
ファイルサイズ 136 KB
インストール数 38
現在のバージョン 1.1.5
最終更新日 2020-08-01
公開日 2020-07-04
開発者 popov654
Eメール [email protected]
支払い方法 free
対応言語 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": [
        ""
    ],
    "web_accessible_resources": [
        "",
        "icons\/*"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_title": "WebDiff",
        "default_icon": "icons\/icon.png",
        "default_popup": "popup.html"
    }
}