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
官方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
电子邮箱 [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
}