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」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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 } |