WebDiff

Simple tool for comparing HTML output

Wat is WebDiff?

WebDiff is een Chrome-extensie ontwikkeld door popov654, en de belangrijkste functie is "Simple tool for comparing HTML output".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie WebDiff

Download WebDiff-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam WebDiff WebDiff
ID gcghfdgbmddlpmpnnhdihagnhpjjpcdd
Officiële URL https://chromewebstore.google.com/detail/webdiff/gcghfdgbmddlpmpnnhdihagnhpjjpcdd
Beschrijving Simple tool for comparing HTML output
Bestandsgrootte 136 KB
Aantal Installaties 38
Huidige Versie 1.1.5
Laatst Bijgewerkt 2020-08-01
Publicatiedatum 2020-07-04
Ontwikkelaar popov654
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
    }
}