Copy Cookie
Extension to copy cookies across the domains specially localhost.
Copy Cookieとは何ですか?
Copy CookieはAvaneeshによって開発されたChromeの拡張機能で、その主な機能は「Extension to copy cookies across the domains specially localhost.」です。
拡張機能のスクリーンショット
Copy Cookie拡張機能のCRXファイルをダウンロード
Copy Cookie拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        Copy the cookies across domains. Helpful for developers to copy cookies from their live domains to localhost.                     拡張機能の基本情報
| 名前 |   |  
| ID | efgblkeenphclkonjikaanjnlconlkfp | 
| 公式URL | https://chromewebstore.google.com/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp | 
| 説明 | Extension to copy cookies across the domains specially localhost. | 
| ファイルサイズ | 64.89 KB | 
| インストール数 | 733 | 
| 現在のバージョン | 2.0.1 | 
| 最終更新日 | 2022-10-11 | 
| 公開日 | 2019-05-10 | 
| 評価 | 4.75/5 合計 4 レビュー | 
| 開発者 | Avaneesh | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 拡張機能のウェブサイト | https://chrome.google.com/webstore/detail/copy-cookie/efgblkeenphclkonjikaanjnlconlkfp | 
| ヘルプページのURL | https://github.com/avaneeshtripathi/copy-cookie/issues | 
| 対応言語 | en | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Copy Cookie",
    "version": "2.0.1",
    "description": "Extension to copy cookies across the domains specially localhost.",
    "permissions": [
        "cookies",
        "activeTab"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/icon.png",
            "32": "\/images\/icon.png",
            "48": "\/images\/icon.png",
            "128": "\/images\/icon.png"
        }
    },
    "icons": {
        "16": "\/images\/icon.png",
        "32": "\/images\/icon.png",
        "48": "\/images\/icon.png",
        "128": "\/images\/icon.png"
    },
    "author": "Avaneesh Tripathi"
}  |  |