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 hequanjiang785 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Cookie-copy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" } } |