Awesome Cookie Manager

Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.

Awesome Cookie Manager란 무엇입니까?

Awesome Cookie Manager은(는) https://upway2late.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        The Awesome Cookie Manager lets the user manage cookies in Google Chrome.

Supported Functionality:

(1) Search for cookies.

(2) View cookie properties. 

(3) Edit cookie properties (value and expiration date). 

(4) Delete cookies.

(5) Save cookies, restore them later.

(6) Various settings are optional.

Version 1.0.0.1 Notes

Thanks to Procyon-b for the following fixes:

* incognito mode cookies
* cookie with no name now editable
* support for range selection
* domain name max-length css only
* cookie name max-length css only
* save/restore list sorting fixed
* filters input fields: only letters are taken into account
* background page settings were not updated (restart was needed)
* hide error message when a specific cookie restore is refused ("non-secure" cookie * * restored over a "secure" cookie)

Also fixed:

* issue where cookie expiration date was NaNs                    

확장 프로그램 기본 정보

이름 Awesome Cookie Manager Awesome Cookie Manager
ID hcpidejphgpcgfnpiehkcckkkemgneif
공식 URL https://chromewebstore.google.com/detail/awesome-cookie-manager/hcpidejphgpcgfnpiehkcckkkemgneif
설명 Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.
파일 크기 84.24 KB
설치 횟수 38,460
현재 버전 1.0.1.5
최근 업데이트 2021-01-19
출시 날짜 2019-01-25
평점 4.06/5 총 124 개의 평점
개발자 https://upway2late.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 http://www.upway2late.com/projects/awesome-cookie-manager
도움말 페이지 URL http://www.upway2late.com/projects/awesome-cookie-manager
개인정보 보호 정책 페이지 URL http://www.upway2late.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Awesome Cookie Manager",
    "version": "1.0.1.5",
    "description": "Displays a list of all Google Chrome cookies. Allows searching, viewing, editing, saving, restoring, and deleting cookies.",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "options_page": "options.html",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "icon_19.png",
        "default_title": "Awesome Cookie Manager",
        "default_popup": "popup.html"
    },
    "permissions": [
        "cookies",
        "*:\/\/*\/",
        "unlimitedStorage"
    ],
    "minimum_chrome_version": "11.0.674.0",
    "content_security_policy": "script-src 'self' https:\/\/ajax.googleapis.com; object-src 'self'",
    "manifest_version": 2
}