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
电子邮箱 [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"
        ]
    }
}