Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

Simple curl compatible cookies extractorคืออะไร?

Simple curl compatible cookies extractor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย jmadar และคุณลักษณะหลักของมันคือ "Extract cookies into a curl compatible string"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Simple curl compatible cookies extractor

ดาวน์โหลดไฟล์ส่วนขยาย Simple curl compatible cookies extractor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        A simple cookie editor that extracts cookies in a curl-compatible way, so you can extract cookies from a browser and paste them into the curl command line utility directly.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Simple curl compatible cookies extractor Simple curl compatible cookies extractor
ID hacpnjlfmfaiedcejmognhhffdpooafe
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/simple-curl-compatible-co/hacpnjlfmfaiedcejmognhhffdpooafe
คำอธิบาย Extract cookies into a curl compatible string
ขนาดไฟล์ 16.36 KB
จำนวนการติดตั้ง 525
เวอร์ชันปัจจุบัน 2.0
อัปเดตครั้งล่าสุด 2021-09-23
วันที่เผยแพร่ 2021-01-27
ผู้พัฒนา jmadar
อีเมล jmadar@gmail.com
ประเภทการชำระเงิน free
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Simple curl compatible cookies extractor",
    "version": "2.0",
    "description": "Extract cookies into a curl compatible string",
    "permissions": [
        "cookies",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "images\/cookie-16.png",
        "32": "images\/cookie-32.png",
        "128": "images\/cookie-128.png"
    },
    "incognito": "split",
    "browser_action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 2
}