Cookie-copy
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…
Co to jest Cookie-copy?
Cookie-copy to rozszerzenie Chrome opracowane przez hequanjiang785, a jego główną funkcją jest „一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current…”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Cookie-copy
Pobierz pliki rozszerzeń Cookie-copy w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。
A Chrome plugin that copies cookies from other tabs of the current window to the current tab.
选择目标页面并勾选需要复制的cookie后点击复制即可将cookie复制到当讲页面。
可在复制前修改cookie。 Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | igfcbpdchlohbhjdfbcimhbpajlglaac |
| Oficjalny URL | https://chromewebstore.google.com/detail/cookie-copy/igfcbpdchlohbhjdfbcimhbpajlglaac |
| Opis | 一个Chrome插件,可以将当前窗口其它tab页的cookie复制到当前tab页。 A Chrome plugin that copies cookies from other tabs of the current window to the current… |
| Rozmiar pliku | 20.66 KB |
| Liczba instalacji | 192 |
| Aktualna Wersja | 0.0.4 |
| Ostatnia Aktualizacja | 2023-10-13 |
| Data Publikacji | 2023-03-08 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | hequanjiang785 |
| [email protected] | |
| Typ Płatności | free |
| Obsługiwane Języki | 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"
}
} | |