Cookie ACL Manager

This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…

Cookie ACL Manager란 무엇입니까?

Cookie ACL Manager은(는) Polar Navy LLC에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…"입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        This is a simple cookie ACL setting extension.

It can:
- Place an icon on the Chrome toolbar that shows whether cookies are allowed/allowed for session/denied for the current page
- Provide a quick access to popup that lets users switch cookie setting between allowed/allowed for session/denied for the current page

Settings modified through this extension are saved in browser content settings access list, and enforced by browser itself. 

This is all, folks.                    

확장 프로그램 기본 정보

이름 Cookie ACL Manager Cookie ACL Manager
ID fgcimmjbfacaighehoklhikneohedgkg
공식 URL https://chrome.google.com/webstore/detail/fgcimmjbfacaighehoklhikneohedgkg
설명 This is a simple cookie ACL setting extension. It can: - Place an icon on the Chrome toolbar that shows whether cookies are…
파일 크기 50.64 KB
설치 횟수 30
현재 버전 0.2
최근 업데이트 2017-10-23
출시 날짜 2017-10-23
개발자 Polar Navy LLC
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Cookie ACL Manager",
    "version": "0.2",
    "icons": {
        "16": "img\/icon_16.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "background": {
        "scripts": [
            "cc_bg.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon_0.png",
        "default_popup": "cc_popup.html"
    },
    "permissions": [
        "contentSettings",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}