Show ASNumber

Show information about the source AS Number of all visited sites.

Show ASNumberとは何ですか?

Show ASNumberはbauruineによって開発されたChromeの拡張機能で、その主な機能は「Show information about the source AS Number of all visited sites.」です。

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

screenshot

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

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

拡張機能の使用方法

                        Show information about the source AS Number of all visited sites.

The information is received from my API at https://tuxli.ch. The API uses a table from http://data.ris.ripe.net/rrc12/ (Frankfurt, Germany).

You can also get information about an IP directly. https://asnumber.tuxli.ch/asnumber/asnum?ip=2a01:4f8:130:8285::2                    

拡張機能の基本情報

名前 Show ASNumber Show ASNumber
ID jefdbnhkajkjilklogcpcagnkigongco
公式URL https://chromewebstore.google.com/detail/show-asnumber/jefdbnhkajkjilklogcpcagnkigongco
説明 Show information about the source AS Number of all visited sites.
ファイルサイズ 21.96 KB
インストール数 37
現在のバージョン 0.5.1
最終更新日 2020-10-30
公開日 2019-02-19
開発者 bauruine
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Show ASNumber",
    "version": "0.5.1",
    "description": "Show information about the source AS Number of all visited sites.",
    "icons": {
        "64": "icons\/ip.png"
    },
    "page_action": {
        "default_icon": "icons\/ip.png",
        "default_title": "Show ASNumber",
        "default_popup": "popup.html"
    },
    "permissions": [
        "webRequest",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    }
}