Siteinfo

Easily grab website ip address, country & time zone

What is Siteinfo?

Siteinfo is a Chrome extension developed by Makeinfo, and its main feature is "Easily grab website ip address, country & time zone".

Extension Screenshots

screenshot

Download Siteinfo Extension CRX File

Download Siteinfo 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

                        Get website details                    

Extension Basic Information

Name Siteinfo Siteinfo
ID glkoohcnlkpfgidbgoohjllochapnljp
Official URL https://chromewebstore.google.com/detail/siteinfo/glkoohcnlkpfgidbgoohjllochapnljp
Description Easily grab website ip address, country & time zone
File Size 21.5 KB
Installation Count 56
Current Version 1.0
Last Updated 2019-10-27
Publish Date 2019-10-26
Developer Makeinfo
Email [email protected]
Payment Type free
Supported Languages en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Siteinfo",
    "description": "Easily grab website ip address, country & time zone",
    "version": "1.0",
    "browser_action": {
        "default_icon": {
            "16": "icon16.png",
            "48": "icon48.png",
            "128": "icon128.png",
            "512": "icon.png"
        },
        "default_popup": "index.html"
    },
    "permissions": [
        "activeTab",
        "tabs"
    ]
}