Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
¿Qué es Cookie-copy?
Cookie-copy es una extensión de Chrome desarrollada por hequanjiang785, y su función principal es "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Cookie-copy
Descarga archivos de extensión Cookie-copy en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Información Básica de la Extensión
Nombre | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
URL Oficial | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
Descripción | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
Tamaño del Archivo | 20.66 KB |
Cantidad de Instalaciones | 192 |
Versión Actual | 0.0.4 |
Última Actualización | 2023-10-13 |
Fecha de Publicación | 2023-03-08 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | hequanjiang785 |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Idiomas Soportados | 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" } } |