Simple curl compatible cookies extractor

Extract cookies into a curl compatible string

什麼是Simple curl compatible cookies extractor?

Simple curl compatible cookies extractor是由jmadar開發的Chrome擴展程式,該擴展的主要功能是“Extract cookies into a curl compatible string”。

擴展截圖

screenshot

下載Simple curl compatible cookies extractor擴展crx文件

下載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
官方網址 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
電子郵箱 [email protected]
付費類型 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
}