Search in PeeringDB

Use the search bar, search box, or the context menu to seek for ASNs, Networks, and IXs in PeeringDB

Search in PeeringDB란 무엇입니까?

Search in PeeringDB은(는) Joel Pacheco에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Use the search bar, search box, or the context menu to seek for ASNs, Networks, and IXs in PeeringDB"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Search in PeeringDB 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Very lightweight and simple extension to search for AS numbers, Networks, Facilities, and general queries in PeeringDB using the icon on the extension bar, the context menu, and your address bar in Chrome.

You'll always be a couple of clicks away from searching the largest interconnection database of the industry.

Instructions:

[New] Using Address Bar (Omnibox)
Write pdb followed by a space, input your search query and hit enter.

Using Icon on Extension Bar
Just click on the icon and input your search query on the box. 

Using Context Menu
Highlight text on a page, right click, and select "Search in PeeringDB".

If the query or highlighted text is a number, the extension will look for an ASN in PeeringDB. Otherwise, it will perform a standard search on the website. For both methods, search will open in a separate tab.

I hope you use it as much as I do!

Changelog:

3.0
- Implemented Manifest V3
- Added Omnibox feature to search using Chrome's address bar with key 'pdb'
- Improved deprecated JavaScript functions
- Updated developer email

2.1
- Autofocus on search box

2.0
- PeeringDB Search Box

1.2
- Updated PeeringDB logo                    

확장 프로그램 기본 정보

이름 Search in PeeringDB Search in PeeringDB
ID aogffgldgfjelpadabfbcngmndbceiad
공식 URL https://chromewebstore.google.com/detail/search-in-peeringdb/aogffgldgfjelpadabfbcngmndbceiad
설명 Use the search bar, search box, or the context menu to seek for ASNs, Networks, and IXs in PeeringDB
파일 크기 40.95 KB
설치 횟수 228
현재 버전 3.0
최근 업데이트 2023-12-04
출시 날짜 2020-02-23
평점 5.00/5 총 2 개의 평점
개발자 Joel Pacheco
이메일 [email protected]
결제 유형 free
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Search in PeeringDB",
    "short_name": "PeeringDB",
    "description": "Use the search bar, search box, or the context menu to seek for ASNs, Networks, and IXs in PeeringDB",
    "version": "3.0",
    "manifest_version": 3,
    "author": "Joel Pacheco",
    "permissions": [
        "contextMenus"
    ],
    "background": {
        "service_worker": "background.js"
    },
    "omnibox": {
        "keyword": "pdb"
    },
    "action": {
        "default_icon": "peeringdb48.png",
        "default_popup": "peeringdb.html"
    },
    "icons": {
        "16": "peeringdb16.png",
        "48": "peeringdb48.png",
        "128": "peeringdb128.png"
    }
}