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
官方網址 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
電子郵箱 [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"
        ]
    }
}