CurlWget
Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.
什麼是CurlWget?
CurlWget是由Sebastian Patraulescu開發的Chrome擴展程式,該擴展的主要功能是“Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.”。
擴展截圖
下載CurlWget擴展crx文件
下載CurlWget擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
                        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.                     擴展基本資訊
| 名稱 |   |  
| ID | dgcfkhmmpcmkikfmonjcalnjcmjcjjdn | 
| 官方網址 | https://chromewebstore.google.com/detail/curlwget/dgcfkhmmpcmkikfmonjcalnjcmjcjjdn | 
| 簡介 | Builds a command line for 'curl/wget' tools to enable the download of data on a console only session. | 
| 檔案大小 | 41.01 KB | 
| 安裝次數 | 11,421 | 
| 目前版本 | 0.1 | 
| 更新時間 | 2020-12-08 | 
| 上架時間 | 2020-12-08 | 
| 評分 | 4.91/5 共 32 次評分 | 
| 開發者 | Sebastian Patraulescu | 
| 電子郵箱 | [email protected] | 
| 付費類型 | free | 
| 支援的語言 | 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",
        "  |  |