Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Cookie-copyとは何ですか?
Cookie-copyはhequanjiang785によって開発されたChromeの拡張機能で、その主な機能は「一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…」です。
拡張機能のスクリーンショット
Cookie-copy拡張機能のCRXファイルをダウンロード
Cookie-copy拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
                        一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。
A Chrome plugin that copies cookies from other tabs of the current window to the current tab.
选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。
可在复制前修改cookie。                     拡張機能の基本情報
| 名前 |   |  
| ID | igfcbpdchlohbhjdfbcimhbpajlglaac | 
| 公式URL | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac | 
| 説明 | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… | 
| ファイルサイズ | 20.66 KB | 
| インストール数 | 192 | 
| 現在のバージョン | 0.0.4 | 
| 最終更新日 | 2023-10-13 | 
| 公開日 | 2023-03-08 | 
| 評価 | 5.00/5 合計 1 レビュー | 
| 開発者 | hequanjiang785 | 
| Eメール | [email protected] | 
| 支払い方法 | free | 
| 対応言語 | zh-CN | 
| manifest.json | |
 {
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie-copy",
    "version": "0.0.4",
    "permissions": [
        "cookies",
        "tabs"
    ],
    "action": {
        "default_popup": "popup.html"
    },
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "sandbox": {
        "pages": [
            "sandbox.html"
        ]
    },
    "icons": {
        "16": "images\/16.png",
        "32": "images\/32.png",
        "48": "images\/48.png"
    }
}  |  |