Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Hoppscotch Browser Extension là gì?

Hoppscotch Browser Extension là một tiện ích mở rộng Chrome được phát triển bởi Andrew Bastin, và tính năng chính của nó là "Provides more capabilities for Hoppscotch".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Hoppscotch Browser Extension

Tải xuống các tệp mở rộng Hoppscotch Browser Extension dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension provides better user experience while using Hoppscotch.

It removes CORS restrictions that are encountered when sending requests which do not comply to the CORS restrictions.

Hoppscotch is an Open Source Project built by a group of amazing contributors and we would love your help to make it even better!
Haven't tried Hoppscotch ? Go to: https://hoppscotch.io
Contribute to Hoppscotch: https://github.com/hoppscotch/hoppscotch
Contribute to this extension: https://github.com/hoppscotch/hoppscotch-extension                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
URL Chính Thức https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
Mô tả Provides more capabilities for Hoppscotch
Kích Thước Tệp 467 KB
Số Lần Cài Đặt 60,000
Phiên Bản Hiện Tại 0.31
Cập Nhật Lần Cuối 2024-02-01
Ngày Phát Hành 2020-06-25
Đánh Giá 4.50/5 Tổng số 26 Đánh Giá
Nhà Phát Triển Andrew Bastin
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://hoppscotch.io/
URL Trang Trợ Giúp https://github.com/hoppscotch/hoppscotch
URL Trang Chính Sách Bảo Mật https://docs.hoppscotch.io/support/privacy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Hoppscotch Browser Extension",
    "version": "0.31",
    "description": "Provides more capabilities for Hoppscotch",
    "icons": {
        "16": "icons\/icon-16x16.png",
        "48": "icons\/icon-48x48.png",
        "128": "icons\/icon-128x128.png"
    },
    "action": {
        "default_title": "Hoppscotch Extension",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "cookies",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*.js.map"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "index.js"
    }
}