Cookie copier

Just cookie field copier

Cookie copier란 무엇입니까?

Cookie copier은(는) retuzzik에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Just cookie field copier"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot

Cookie copier 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A simple Google Chrome extension to copy cookies between domains. The list of domains to copy is taken from the open browser tabs.                    

확장 프로그램 기본 정보

이름 Cookie copier Cookie copier
ID lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
공식 URL https://chromewebstore.google.com/detail/cookie-copier/lhfkmfkjjeilbgfolpcndcbdgbdhbnlk
설명 Just cookie field copier
파일 크기 18.65 KB
설치 횟수 497
현재 버전 1.0
최근 업데이트 2020-10-20
출시 날짜 2020-10-02
평점 5.00/5 총 5 개의 평점
개발자 retuzzik
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/PetePearl/cookie-copier
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie copier",
    "version": "1.0",
    "description": "Just cookie field copier",
    "background": {
        "scripts": [
            "build\/bundle.js"
        ],
        "persistent": false
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "icons": {
        "16": "assets\/icon_16.png",
        "48": "assets\/icon_48.png",
        "128": "assets\/icon_128.png"
    },
    "permissions": [
        "cookies",
        "storage",
        ""
    ]
}