API Spots

APIs for Humans

API Spots क्या है?

API Spots https://apispots.github.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "APIs for Humans"।

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

screenshot
screenshot
screenshot

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

crx प्रारूप में API Spots एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        A Collection Of Human Friendly API Tools.

The API Spots extension is a collection of tools for anyone interested in discovering, exploring and interacting with APIs without the need for a technology background.

On the modern web APIs are the driving force of the Internet and even if you are not a developer you can still have access to important data and resources.

Built entirely on top of open source technologies and specifications. Following the lead of top technology experts and supporting the open source community efforts.

The API Spots project is leveraging widely adopted industry standards like the Open API specification ensuring interoperability with other tools.

What you can do with the extension:

- Load and visualize an Open API (f.k.a. Swagger) specification
- Detect and get notifications on valid Open API documents as you browse the web
- Visualize and explore an API using a graph tool
- List API operations and endpoints
- List API data models
- Interact with an API through data stories
- Browse public Open API catalogues and discover new APIs
- Browse Open API collections through APIS.json specification                    

एक्सटेंशन की मूल जानकारी

नाम API Spots API Spots
ID kaggdmjacnelneophkagkdljffninnpd
आधिकारिक URL https://chromewebstore.google.com/detail/api-spots/kaggdmjacnelneophkagkdljffninnpd
विवरण APIs for Humans
फ़ाइल का आकार 5.88 MB
स्थापना संख्या 500
वर्तमान संस्करण 2.4.4
अंतिम अपडेट 2022-07-06
प्रकाशन तिथि 2019-03-08
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://apispots.github.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://apispots.github.io
सहायता पृष्ठ URL https://apispots.github.io/faq
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "API Spots",
    "short_name": "apispots",
    "description": "APIs for Humans",
    "version": "2.4.4",
    "author": "Chris Spiliotopoulos",
    "homepage_url": "https:\/\/apispots.github.io",
    "icons": {
        "128": "assets\/images\/logos\/logo-128.png",
        "64": "assets\/images\/logos\/logo-64.png",
        "16": "assets\/images\/logos\/logo-16.png"
    },
    "background": {
        "scripts": [
            "dist\/background.bundle.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "js": [
                "dist\/content.bundle.js"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "http:\/\/*\/",
        "https:\/\/*\/",
        "notifications",
        "storage"
    ],
    "browser_action": {
        "default_title": "API Spots",
        "default_icon": "assets\/images\/logos\/logo-128.png"
    },
    "web_accessible_resources": [
        "data\/*.js"
    ]
}