Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
ما هو Cookie-copy؟
Cookie-copy هو إضافة Chrome تم تطويرها بواسطة hequanjiang785، والميزة الرئيسية لها هي "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Cookie-copy
قم بتنزيل ملفات الامتداد Cookie-copy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current tab. 选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。 可在复制前修改cookie。
معلومات أساسية عن التمديد
الاسم | Cookie-copy |
ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
الوصف | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
حجم الملف | 20.66 KB |
عدد التثبيتات | 192 |
النسخة الحالية | 0.0.4 |
آخر تحديث | 2023-10-13 |
تاريخ النشر | 2023-03-08 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | hequanjiang785 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | 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" } } |