CurlWget

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

Cos'è CurlWget?

CurlWget è un'estensione di Chrome sviluppata da Sebastian Patraulescu, e la sua funzione principale è "Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione CurlWget

Scarica i file di estensione CurlWget in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome CurlWget CurlWget
ID dgcfkhmmpcmkikfmonjcalnjcmjcjjdn
URL Ufficiale https://chromewebstore.google.com/detail/curlwget/dgcfkhmmpcmkikfmonjcalnjcmjcjjdn
Descrizione Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.
Dimensione del File 41.01 KB
Conteggio Installazioni 11,421
Versione Corrente 0.1
Ultimo Aggiornamento 2020-12-08
Data di Pubblicazione 2020-12-08
Valutazione 4.91/5 Totale 32 Valutazioni
Sviluppatore Sebastian Patraulescu
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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\/*"
    ]
}