Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Cos'è Cookie-copy?
Cookie-copy è un'estensione di Chrome sviluppata da hequanjiang785, e la sua funzione principale è "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Cookie-copy
Scarica i file di estensione Cookie-copy in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Informazioni di Base sull'Estensione
Nome | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
URL Ufficiale | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
Descrizione | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
Dimensione del File | 20.66 KB |
Conteggio Installazioni | 192 |
Versione Corrente | 0.0.4 |
Ultimo Aggiornamento | 2023-10-13 |
Data di Pubblicazione | 2023-03-08 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | hequanjiang785 |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" } } |