Website Inspector

Website Technology Analysis Tools.

Vad är Website Inspector?

Website Inspector är en Chrome-tillägg utvecklad av http://www.ipip.net, och dess huvudfunktion är "Website Technology Analysis Tools.".

Tilläggsskärmbilder

screenshot

Ladda ner Website Inspector-förlängningens CRX-fil

Ladda ner Website Inspector-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Website Inspector Website Inspector
ID ofmiiefmhpehbkmeahicnakdmhaeiimd
Officiell webbadress https://chrome.google.com/webstore/detail/website-inspector/ofmiiefmhpehbkmeahicnakdmhaeiimd
Beskrivning Website Technology Analysis Tools.
Filstorlek 1.8 MB
Antal Installationer 782
Aktuell Version 1.2.8
Senast Uppdaterad 2018-04-24
Publiceringsdatum 2018-04-24
Betyg 4.00/5 Totalt 4 Betyg
Utvecklare http://www.ipip.net
E-post [email protected]
Betalningssätt free
Hjälpsida URL https://www.ipip.net/privacy.html
URL till Sekretesspolicy Sidan https://www.ipip.net/privacy.html
Stödda Språk 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"
}