Cookie-Editor

Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.

Cookie-Editor란 무엇입니까?

Cookie-Editor은(는) https://cookie-editor.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cookie-Editor is designed to have a simple to use interface that let you do most standard cookie operations. It is ideal for developing and testing web pages or even manual management of cookies for your privacy.

Be careful! Do not share your cookies with anyone you do not trust! Cookies can contain very sensitive information like your login information. If you share your cookies with someone, they could gain full access to your account and compromise it.

Feature list:
- List all cookies for the current tab.
- Search your cookies.
- Create, edit and delete your cookies.
- Import and export your cookies in many formats (JSON, Netscape, Header string)
- Quickly delete all cookies for the current tab.
- Customizable: chose what extra data to see, what theme to use (light or dark), the amount of detail to see (advanced mode).

Cookie-Editor can help you:
- Develop web pages.
- Improve your SEO work.
- Manage your cookies for privacy.
- Improve your browsing experience.

Cookie-Editor believes in privacy. Your Cookies are safe and all of your data remains offline.

For all feature requests or bug report, please visit the GitHub repository and fill an issue https://github.com/Moustachauve/cookie-editor                    

확장 프로그램 기본 정보

이름 Cookie-Editor Cookie-Editor
ID hlkenndednhfkekhgcdicdfddnkalmdm
공식 URL https://chromewebstore.google.com/detail/cookie-editor/hlkenndednhfkekhgcdicdfddnkalmdm
설명 Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.
파일 크기 290 KB
설치 횟수 1,653,169
현재 버전 1.13.0
최근 업데이트 2024-02-26
출시 날짜 2019-08-15
평점 4.44/5 총 265 개의 평점
개발자 https://cookie-editor.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://cookie-editor.com/
도움말 페이지 URL https://github.com/Moustachauve/cookie-editor/issues
개인정보 보호 정책 페이지 URL https://cookie-editor.cgagnier.ca/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Cookie-Editor",
    "version": "1.13.0",
    "author": "Moustachauve",
    "description": "Simple yet powerful Cookie Editor that allow you to quickly create, edit and delete cookies without leaving your tab.",
    "offline_enabled": true,
    "minimum_chrome_version": "102",
    "background": {
        "service_worker": "cookie-editor.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "icons\/cookie-16-filled.png",
            "19": "icons\/cookie-19-filled.png",
            "32": "icons\/cookie-32-filled.png",
            "48": "icons\/cookie-48-filled.png"
        },
        "default_title": "Cookie-Editor",
        "default_popup": "interface\/popup\/cookie-list.html"
    },
    "side_panel": {
        "default_path": "interface\/sidepanel\/cookie-list.html"
    },
    "devtools_page": "interface\/devtools\/devtool.html",
    "options_ui": {
        "page": "interface\/options\/options.html"
    },
    "permissions": [
        "cookies",
        "tabs",
        "storage",
        "sidePanel"
    ],
    "optional_host_permissions": [
        ""
    ],
    "icons": {
        "16": "icons\/cookie-16-filled.png",
        "19": "icons\/cookie-19-filled.png",
        "32": "icons\/cookie-32-filled.png",
        "48": "icons\/cookie-48-filled.png",
        "128": "icons\/cookie-128-filled.png"
    },
    "incognito": "split"
}