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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Use the search bar, search box, or the context menu to seek for ASNs, Networks, and IXs in PeeringDB"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Search in PeeringDB एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}