Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Vad är Cookie-copy?
Cookie-copy är en Chrome-tillägg utvecklad av hequanjiang785, och dess huvudfunktion är "一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…".
Tilläggsskärmbilder
Ladda ner Cookie-copy-förlängningens CRX-fil
Ladda ner Cookie-copy-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。
A Chrome plugin that copies cookies from other tabs of the current window to the current tab.
选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。
可在复制前修改cookie。 Grundläggande Information om Tillägg
| Namn | |
| ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
| Officiell webbadress | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
| Beskrivning | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
| Filstorlek | 20.66 KB |
| Antal Installationer | 192 |
| Aktuell Version | 0.0.4 |
| Senast Uppdaterad | 2023-10-13 |
| Publiceringsdatum | 2023-03-08 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | hequanjiang785 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |