Localhost Cookie Sync
Sync cookies from a domain to your localhost
Localhost Cookie Syncとは何ですか?
Localhost Cookie SyncはBrett Merrifieldによって開発されたChromeの拡張機能で、その主な機能は「Sync cookies from a domain to your localhost」です。
拡張機能のスクリーンショット
Localhost Cookie Sync拡張機能のCRXファイルをダウンロード
Localhost Cookie Sync拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Keep certain cookies synced from a domain to your localhost. This can be a good tool to use by keeping things like authentication tokens from a domain synced to your local dev environment. 拡張機能の基本情報
| 名前 | |
| ID | mpbhlkmmkaamkbkpoammefkfckhgfbac |
| 公式URL | https://chromewebstore.google.com/detail/localhost-cookie-sync/mpbhlkmmkaamkbkpoammefkfckhgfbac |
| 説明 | Sync cookies from a domain to your localhost |
| ファイルサイズ | 22.04 KB |
| インストール数 | 193 |
| 現在のバージョン | 0.4 |
| 最終更新日 | 2021-09-24 |
| 公開日 | 2021-09-21 |
| 評価 | 5.00/5 合計 4 レビュー |
| 開発者 | Brett Merrifield |
| Eメール | [email protected] |
| 支払い方法 | free |
| 対応言語 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Localhost Cookie Sync",
"description": "Sync cookies from a domain to your localhost",
"version": "0.4",
"manifest_version": 3,
"background": {
"service_worker": "background.js"
},
"action": {
"default_popup": "popup.html",
"default_icon": {
"16": "\/images\/cookie16.png",
"32": "\/images\/cookie32.png",
"48": "\/images\/cookie48.png",
"128": "\/images\/cookie128.png"
}
},
"permissions": [
"cookies",
"storage"
],
"host_permissions": [
" | |