Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Was ist Cookie-copy?
Cookie-copy ist eine Chrome-Erweiterung, die von hequanjiang785 entwickelt wurde, und ihr Hauptmerkmal ist "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Erweiterungsscreenshots
Cookie-copy-Erweiterungs-CRX-Datei herunterladen
Laden Sie Cookie-copy-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Grundlegende Informationen zur Erweiterung
Name | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
Offizielle URL | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
Beschreibung | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
Dateigröße | 20.66 KB |
Installationsanzahl | 192 |
Aktuelle Version | 0.0.4 |
Letztes Update | 2023-10-13 |
Veröffentlichungsdatum | 2023-03-08 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | hequanjiang785 |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" } } |