Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Qu'est-ce que Cookie-copy ?
Cookie-copy est une extension Chrome développée par hequanjiang785, et sa fonction principale est "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Cookie-copy
Téléchargez les fichiers d'extension Cookie-copy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
Informations de Base sur l'Extension
Nom | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
URL Officiel | 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… |
Taille du Fichier | 20.66 KB |
Nombre d'Installations | 192 |
Version Actuelle | 0.0.4 |
Dernière Mise à Jour | 2023-10-13 |
Date de Publication | 2023-03-08 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | hequanjiang785 |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } |