Website Inspector

Website Technology Analysis Tools.

What is Website Inspector?

Website Inspector is a Chrome extension developed by http://www.ipip.net, and its main feature is "Website Technology Analysis Tools.".

Extension Screenshots

screenshot

Download Website Inspector Extension CRX File

Download Website Inspector extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

Extension Basic Information

Name Website Inspector Website Inspector
ID ofmiiefmhpehbkmeahicnakdmhaeiimd
Official URL https://chrome.google.com/webstore/detail/website-inspector/ofmiiefmhpehbkmeahicnakdmhaeiimd
Description Website Technology Analysis Tools.
File Size 1.8 MB
Installation Count 782
Current Version 1.2.8
Last Updated 2018-04-24
Publish Date 2018-04-24
Rating 4.00/5 Total 4 Ratings
Developer http://www.ipip.net
Email [email protected]
Payment Type free
Help Page URL https://www.ipip.net/privacy.html
Privacy Policy Page URL https://www.ipip.net/privacy.html
Supported Languages 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"
}