IP Analyzer

IP Analyzer

IP Analyzerとは何ですか?

IP AnalyzerはChristoforos Aslanovによって開発されたChromeの拡張機能で、その主な機能は「IP Analyzer」です。

拡張機能のスクリーンショット

screenshot

IP Analyzer拡張機能のCRXファイルをダウンロード

IP Analyzer拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        This extension shows you info about an ip like rdns, whois, blacklists, location etc

ipalyzer.com is used to show the ip info

by default the ip of the current tab is loaded, you can lookup for any ip                    

拡張機能の基本情報

名前 IP Analyzer IP Analyzer
ID ggbpnkpnpchbgnahdhnpikmldfmmkfom
公式URL https://chromewebstore.google.com/detail/ip-analyzer/ggbpnkpnpchbgnahdhnpikmldfmmkfom
説明 IP Analyzer
ファイルサイズ 18.45 KB
インストール数 40
現在のバージョン 1.0.2
最終更新日 2019-06-25
公開日 2019-06-20
評価 5.00/5 合計 1 レビュー
開発者 Christoforos Aslanov
支払い方法 free
拡張機能のウェブサイト https://github.com/chr314/ipalyzer-extension
ヘルプページのURL https://github.com/chr314/ipalyzer-extension/issues
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "IP Analyzer",
    "version": "1.0.2",
    "description": "IP Analyzer",
    "homepage_url": "https:\/\/github.com\/chr314\/ipalyzer-extension",
    "author": "Aslanov Christoforos",
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs",
        "webRequest",
        "webRequestBlocking"
    ],
    "background": {
        "scripts": [
            "src\/background\/background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_title": "IP Analyzer",
        "default_popup": "src\/popup\/popup.html",
        "default_icon": {
            "16": "images\/icon.16.png",
            "32": "images\/icon.32.png",
            "48": "images\/icon.48.png",
            "128": "images\/icon.128.png"
        }
    },
    "icons": {
        "16": "images\/icon.16.png",
        "32": "images\/icon.32.png",
        "48": "images\/icon.48.png",
        "128": "images\/icon.128.png"
    },
    "manifest_version": 2
}