Hoppscotch Browser Extension

Provides more capabilities for Hoppscotch

Hoppscotch Browser Extension란 무엇입니까?

Hoppscotch Browser Extension은(는) Andrew Bastin에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Provides more capabilities for Hoppscotch"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Hoppscotch Browser Extension 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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                    

확장 프로그램 기본 정보

이름 Hoppscotch Browser Extension Hoppscotch Browser Extension
ID amknoiejhlmhancpahfcfcfhllgkpbld
공식 URL https://chromewebstore.google.com/detail/hoppscotch-browser-extens/amknoiejhlmhancpahfcfcfhllgkpbld
설명 Provides more capabilities for Hoppscotch
파일 크기 467 KB
설치 횟수 60,000
현재 버전 0.31
최근 업데이트 2024-02-01
출시 날짜 2020-06-25
평점 4.50/5 총 26 개의 평점
개발자 Andrew Bastin
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://hoppscotch.io/
도움말 페이지 URL https://github.com/hoppscotch/hoppscotch
개인정보 보호 정책 페이지 URL https://docs.hoppscotch.io/support/privacy
지원되는 언어 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"
    }
}