WebExtension.net
WebExtension.net

API console extension

View on Chrome Web Store
View API console extension Chrome Extension on Chrome Web Store
2.2 (5 ratings)

Data is synced from the Chrome Web Store. View the official store page for the most current information.

API Console extension to proxy HTTP requests to the documented API.
Type
Extension
Users
1,000 users
Website api-console.io
Pawel Uchida-Psztyc
View author page of Pawel Uchida-Psztyc
Published
Published on March 29, 2017
Version 0.1.3
Manifest version
3
Updated
Updated on November 9, 2022
View on Chrome Web Store
View API console extension Chrome Extension on Chrome Web Store
productivity/developer
Extension Category
Website
Visit developer website

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "API console extension",
    "version": "0.1.3",
    "description": "API Console extension to proxy HTTP requests to the documented API.",
    "author": "Pawel Psztyc <[email protected]>",
    "content_scripts": [
        {
            "matches": [
                "<all_urls>"
            ],
            "js": [
                "src\/page-proxy.js"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "src\/service.js",
        "type": "module"
    },
    "icons": {
        "16": "assets\/icon-16x16.png",
        "48": "assets\/icon-48x48.png",
        "128": "assets\/icon-128x128.png"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}
WebExtension.net

Track and analyze Chrome Web Store extensions with comprehensive analytics and insights.

© 2024 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top