CurlWget

Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.

CurlWget là gì?

CurlWget là một tiện ích mở rộng Chrome được phát triển bởi Sebastian Patraulescu, và tính năng chính của nó là "Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.".

Ả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 CurlWget

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

                        CurlWget is a little plugin that helps with providing a 'curl' or 'wget' command line string to copy/paste on a console only session (like a unix/linux remote shell) where a graphical user interface browser can not be used.                    

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

Tên CurlWget CurlWget
ID dgcfkhmmpcmkikfmonjcalnjcmjcjjdn
URL Chính Thức https://chromewebstore.google.com/detail/curlwget/dgcfkhmmpcmkikfmonjcalnjcmjcjjdn
Mô tả Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.
Kích Thước Tệp 41.01 KB
Số Lần Cài Đặt 11,421
Phiên Bản Hiện Tại 0.1
Cập Nhật Lần Cuối 2020-12-08
Ngày Phát Hành 2020-12-08
Đánh Giá 4.91/5 Tổng số 32 Đánh Giá
Nhà Phát Triển Sebastian Patraulescu
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en,fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "Resources\/HTML\/Background.html"
    },
    "browser_action": {
        "default_icon": {
            "19": "Resources\/Icons\/ToolbarIcon19.png",
            "38": "Resources\/Icons\/ToolbarIcon38.png"
        },
        "default_popup": "Resources\/HTML\/Main.html",
        "default_title": "__MSG_extensionName__"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "default_locale": "en",
    "description": "__MSG_extensionDescription__",
    "icons": {
        "128": "Resources\/Icons\/Icon128.png",
        "16": "Resources\/Icons\/Icon16.png",
        "48": "Resources\/Icons\/Icon48.png"
    },
    "manifest_version": 2,
    "minimum_chrome_version": "72",
    "name": "__MSG_extensionName__",
    "options_page": "Resources\/HTML\/Options.html",
    "permissions": [
        "webRequest",
        "",
        "storage",
        "downloads"
    ],
    "short_name": "__MSG_extensionName__",
    "version": "0.1",
    "web_accessible_resources": [
        "images\/*"
    ]
}