Show ASNumber

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

Show ASNumberคืออะไร?

Show ASNumber เป็นส่วนขยายของ Chrome ที่พัฒนาโดย bauruine และคุณลักษณะหลักของมันคือ "Show information about the source AS Number of all visited sites."

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Show ASNumber

ดาวน์โหลดไฟล์ส่วนขยาย 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"
        ]
    }
}