GETCURL.APP

cURL sharing made fast, safe, easy.

GETCURL.APP là gì?

GETCURL.APP là một tiện ích mở rộng Chrome được phát triển bởi https://getcurl.app, và tính năng chính của nó là "cURL sharing made fast, safe, easy.".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng GETCURL.APP

Tải xuống các tệp mở rộng GETCURL.APP 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

                        Save x10 your time on API bug reports. No new tool installs needed. Zero Back & forth communication. Fully secured. Send cUrl request directly via browser. Log the shareable cUrl to Developer Console, to Messenging program (e.g. slack, telegram), and more ...                    

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

Tên GETCURL.APP GETCURL.APP
ID jknanembdjacejlbcfeliakcdagmdlpc
URL Chính Thức https://chromewebstore.google.com/detail/getcurlapp/jknanembdjacejlbcfeliakcdagmdlpc
Mô tả cURL sharing made fast, safe, easy.
Kích Thước Tệp 497 KB
Số Lần Cài Đặt 23
Phiên Bản Hiện Tại 1.1
Cập Nhật Lần Cuối 2022-05-31
Ngày Phát Hành 2022-04-25
Nhà Phát Triển https://getcurl.app
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://getcurl.app/hello
URL Trang Trợ Giúp https://getcurl.app/support
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "GETCURL.APP",
    "version": "1.1",
    "description": "cURL sharing made fast, safe, easy.",
    "icons": {
        "16": "icons\/favicon.png",
        "32": "icons\/[email protected]",
        "48": "icons\/[email protected]",
        "96": "icons\/[email protected]",
        "128": "icons\/[email protected]"
    },
    "permissions": [
        "clipboardRead",
        "webRequest",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_title": "GETCURL.APP: cURL sharing made fast, safe, easy.",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "env.js",
                "common.js",
                "popup.js",
                "frame.js",
                "request_capturing.js"
            ]
        }
    ],
    "commands": {
        "shareByClipboard": {
            "suggested_key": {
                "default": "Ctrl+Shift+K",
                "mac": "Ctrl+Shift+K"
            },
            "description": "Share curl by clipboard"
        },
        "captureHttpRequest": {
            "suggested_key": {
                "default": "Ctrl+Shift+X",
                "mac": "Ctrl+Shift+X"
            },
            "description": "Capture HTTP requests"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html",
                "frame.css",
                "frame_loading.css",
                "request_capturing.js"
            ],
            "matches": [
                ""
            ]
        }
    ]
}