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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}