Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
What is Cookie-copy?
Cookie-copy is a Chrome extension developed by hequanjiang785, and its main feature is "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Extension Screenshots
Download Cookie-copy Extension CRX File
Download Cookie-copy extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Extension Basic Information
Name | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
Official URL | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
Description | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
File Size | 20.66 KB |
Installation Count | 192 |
Current Version | 0.0.4 |
Last Updated | 2023-10-13 |
Publish Date | 2023-03-08 |
Rating | 5.00/5 Total 1 Ratings |
Developer | hequanjiang785 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" } } |