CurlWget
Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.
Wat is CurlWget?
CurlWget is een Chrome-extensie ontwikkeld door Sebastian Patraulescu, en de belangrijkste functie is "Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.".
Extensie Screenshots
Download het CRX-bestand van de extensie CurlWget
Download CurlWget-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | CurlWget |
ID | dgcfkhmmpcmkikfmonjcalnjcmjcjjdn |
Officiële URL | https://chromewebstore.google.com/detail/curlwget/dgcfkhmmpcmkikfmonjcalnjcmjcjjdn |
Beschrijving | Builds a command line for 'curl/wget' tools to enable the download of data on a console only session. |
Bestandsgrootte | 41.01 KB |
Aantal Installaties | 11,421 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2020-12-08 |
Publicatiedatum | 2020-12-08 |
Beoordeling | 4.91/5 Totaal 32 Beoordelingen |
Ontwikkelaar | Sebastian Patraulescu |
[email protected] | |
Betalingswijze | free |
Ondersteunde Talen | 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", " |