CurlWget
Builds a command line for 'curl/wget' tools to enable the download of data on a console only session.
CurlWgetคืออะไร?
CurlWget เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Sebastian Patraulescu และคุณลักษณะหลักของมันคือ "Builds a command line for 'curl/wget' tools to enable the download of data on a console only session."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย CurlWget
ดาวน์โหลดไฟล์ส่วนขยาย 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.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | CurlWget |
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 |
อีเมล | [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", " |