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 |
| 公式URL | 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 |
| Eメール | [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",
" | |