Cookies2JSON
Export cookies to a simple JSON file.
Cookies2JSONとは何ですか?
Cookies2JSONはsunnyclouds.appsによって開発されたChromeの拡張機能で、その主な機能は「Export cookies to a simple JSON file.」です。
拡張機能のスクリーンショット
Cookies2JSON拡張機能のCRXファイルをダウンロード
Cookies2JSON拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Minimalistic extension that allows you to safely export all cookies in a browser tab as a simple JSON file. 拡張機能の基本情報
| 名前 | |
| ID | ffbinkjibaannhnogomaebfmogppggcd |
| 公式URL | https://chromewebstore.google.com/detail/cookies2json/ffbinkjibaannhnogomaebfmogppggcd |
| 説明 | Export cookies to a simple JSON file. |
| ファイルサイズ | 30.6 KB |
| インストール数 | 93 |
| 現在のバージョン | 1.0.0 |
| 最終更新日 | 2021-05-06 |
| 公開日 | 2021-05-05 |
| 開発者 | sunnyclouds.apps |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/sunnyclouds-apps/Cookies2JSON |
| ヘルプページのURL | https://github.com/sunnyclouds-apps/Cookies2JSON/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Cookies2JSON",
"description": "Export cookies to a simple JSON file.",
"version": "1.0.0",
"icons": {
"16": "icons\/icon_16.png",
"128": "icons\/icon_128.png"
},
"browser_action": {
"default_icon": {
"19": "icons\/icon_19.png",
"38": "icons\/icon_38.png"
},
"default_title": "Cookies2JSON",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"content_security_policy": "script-src 'self'; object-src 'self'",
"permissions": [
"tabs",
"cookies",
"http:\/\/*\/*",
"https:\/\/*\/*"
]
} | |