Website Inspector

Website Technology Analysis Tools.

Wat is Website Inspector?

Website Inspector is een Chrome-extensie ontwikkeld door http://www.ipip.net, en de belangrijkste functie is "Website Technology Analysis Tools.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Website Inspector

Download Website Inspector-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

                        Website Technology Analysis Tools. It can detect content management systems, ecommerce platforms, web frameworks, server software, analytics tools and many more.                    

Basisinformatie over de Extensie

Naam Website Inspector Website Inspector
ID ofmiiefmhpehbkmeahicnakdmhaeiimd
Officiële URL https://chrome.google.com/webstore/detail/website-inspector/ofmiiefmhpehbkmeahicnakdmhaeiimd
Beschrijving Website Technology Analysis Tools.
Bestandsgrootte 1.8 MB
Aantal Installaties 782
Huidige Versie 1.2.8
Laatst Bijgewerkt 2018-04-24
Publicatiedatum 2018-04-24
Beoordeling 4.00/5 Totaal 4 Beoordelingen
Ontwikkelaar http://www.ipip.net
E-mail [email protected]
Betalingswijze free
Help Pagina-URL https://www.ipip.net/privacy.html
URL van de Privacybeleid Pagina https://www.ipip.net/privacy.html
Ondersteunde Talen zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Website Inspector",
    "version": "1.2.8",
    "description": "Website Technology Analysis Tools.",
    "icons": {
        "16": "img\/icon.png",
        "48": "img\/icon.png",
        "128": "img\/icon.png"
    },
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_icon": "img\/icon.png",
        "default_title": "Website Technology Analysis Tools.",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/jquery-1.11.3.js",
                "js\/content-script.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "webRequest",
        "webRequestBlocking",
        "browsingData",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "web_accessible_resources": [
        "js\/jquery-1.11.3.js",
        "js\/inject.js",
        "apps.json",
        "apps_ext.json",
        "js\/plug-in.min.js",
        "js\/ZeroClipboard.swf",
        "js\/data.json"
    ],
    "homepage_url": "https:\/\/www.ipip.net",
    "default_locale": "zh_CN"
}