CookieManager - Cookie Editor

Edit cookies related to the current page and all its CORS frames right from the popup interface

CookieManager - Cookie Editor란 무엇입니까?

CookieManager - Cookie Editor은(는) joue.quroi에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Edit cookies related to the current page and all its CORS frames right from the popup interface"입니다.

확장 프로그램 스크린샷

screenshot

CookieManager - Cookie Editor 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        This open-source extension presents a toolbar interface allowing users to observe and modify all cookies associated with the current page. Additionally, it conveniently displays cookies accessed by cross-origin (CORS) subframes on the same page, categorizing them based on their origins.

Users can directly edit various cookie properties from the interface and delete selected cookies.

Features:
1. Import and export cookies to and from JSON and TXT file
2. View all cookies related to the current tab, including sub-frames
3. Access the cookie editor in a separate tab for enhanced visibility
4. Use the "Search Cookies by Domain" context menu option via the action button
5. Use the "Open Cookie Editor in new Tab" context menu option via the action button
6. Export cookies in TXT format, compatible with Wget and Curl command-line tools

For bug reports, please visit:
https://github.com/joue-quroi/cookie-editor/                    

확장 프로그램 기본 정보

이름 CookieManager - Cookie Editor CookieManager - Cookie Editor
ID hdhngoamekjhmnpenphenpaiindoinpo
공식 URL https://chromewebstore.google.com/detail/cookiemanager-cookie-edit/hdhngoamekjhmnpenphenpaiindoinpo
설명 Edit cookies related to the current page and all its CORS frames right from the popup interface
파일 크기 110 KB
설치 횟수 45,795
현재 버전 0.2.1
최근 업데이트 2024-02-09
출시 날짜 2018-11-01
평점 3.14/5 총 21 개의 평점
개발자 joue.quroi
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://webextension.org/listing/cookie-editor.html
도움말 페이지 URL https://webextension.org/listing/cookie-editor.html
지원되는 언어 de,en,fr,nl,it,pt-BR,pt-PT,ru,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "0.2.1",
    "name": "CookieManager - Cookie Editor",
    "description": "__MSG_description__",
    "default_locale": "en",
    "icons": {
        "16": "\/data\/icons\/16.png",
        "32": "\/data\/icons\/32.png",
        "48": "\/data\/icons\/48.png",
        "64": "\/data\/icons\/64.png",
        "128": "\/data\/icons\/128.png",
        "256": "\/data\/icons\/256.png",
        "512": "\/data\/icons\/512.png"
    },
    "permissions": [
        "cookies",
        "storage",
        "scripting",
        "contextMenus"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "action": {
        "default_popup": "\/data\/popup\/index.html"
    },
    "homepage_url": "https:\/\/webextension.org\/listing\/cookie-editor.html",
    "background": {
        "service_worker": "worker.js"
    }
}