Open Cookie Editor
An open-source, minimalist cookie editor for chromium browsers.
Open Cookie Editor란 무엇입니까?
Open Cookie Editor은(는) open-cookie-editor에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "An open-source, minimalist cookie editor for chromium browsers."입니다.
확장 프로그램 스크린샷
Open Cookie Editor 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Open Cookie Editor: A chromium cookie editor you can trust I don’t trust many extensions which can read/write sensitive data from the browser, so I decided to write my own and opensource the code. The codebase is intentionally small, offering a minimalist cookie editor which can be source-code reviewed in a few minutes. Some (hopefully) useful features: - edit/delete all aspects of existing cookies - create new cookies - base64 & url encode/decode helpers - smart search+filter within domain scope Get it from the extensions store (or just install yourself): If you’re extra paranoid about supply-chain attacks, review the code here, clone, and install as an unpacked extension locally: https://b4ny4n.github.io/open-cookie-editor/
확장 프로그램 기본 정보
이름 | Open Cookie Editor |
ID | mhelhppllnfkpaboohnijkfjeclehgab |
공식 URL | https://chromewebstore.google.com/detail/open-cookie-editor/mhelhppllnfkpaboohnijkfjeclehgab |
설명 | An open-source, minimalist cookie editor for chromium browsers. |
파일 크기 | 18.77 KB |
설치 횟수 | 307 |
현재 버전 | 1.1 |
최근 업데이트 | 2023-12-08 |
출시 날짜 | 2019-12-21 |
평점 | 4.67/5 총 3 개의 평점 |
개발자 | open-cookie-editor |
이메일 | [email protected] |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Open Cookie Editor", "version": "1.1", "background": { "service_worker": "background.js" }, "permissions": [ "cookies", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "images\/open-cookie-editor-16.png", "32": "images\/open-cookie-editor-32.png", "48": "images\/open-cookie-editor-48.png", "128": "images\/open-cookie-editor-128.png" }, "browser_action": { "default_icon": "images\/open-cookie-editor-128.png", "default_popup": "window.html" }, "description": "An open-source, minimalist cookie editor for chromium browsers.", "manifest_version": 2 } |