CDN Headers & Cookies
Loads all http headers, cookies and Akamai response headers (http/https)
CDN Headers & Cookies란 무엇입니까?
CDN Headers & Cookies은(는) https://cookheaders.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Loads all http headers, cookies and Akamai response headers (http/https)"입니다.
확장 프로그램 스크린샷
CDN Headers & Cookies 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
This extension is the best companion to the developers and to the people who want to see all http headers and cookies at one stop. It also can load Akamai response headers (CDN specific headers). The following features are included. 1) Loads request headers (for the requested URL - page level) 2) Add/Edit/Delete custom request headers 3) Loads default response headers and Akamai response headers (for the requested URL - page level) 4) Loading the Akamai response headers is setting driven. (By default, this is set to unchecked) 5) Loads all cookies 6) Add/Edit/Delete cookies 7) Search and Sort 8) Export request headers, default response headers, akamai response headers and cookies into CSV file
확장 프로그램 기본 정보
이름 | CDN Headers & Cookies |
ID | obldlamadkihjlkdjblncejeblbogmnb |
공식 URL | https://chromewebstore.google.com/detail/cdn-headers-cookies/obldlamadkihjlkdjblncejeblbogmnb |
설명 | Loads all http headers, cookies and Akamai response headers (http/https) |
파일 크기 | 284 KB |
설치 횟수 | 14,416 |
현재 버전 | 2.0.6 |
최근 업데이트 | 2019-03-23 |
출시 날짜 | 2019-03-22 |
평점 | 4.09/5 총 64 개의 평점 |
개발자 | https://cookheaders.com |
결제 유형 | free |
지원되는 언어 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "CDN Headers & Cookies", "short_name": "CookHeaders", "version": "2.0.6", "description": "Loads all http headers, cookies and Akamai response headers (http\/https)", "permissions": [ "cookies", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*", "webRequest", "webRequestBlocking" ], "icons": { "16": "images\/cookheaders16.png", "48": "images\/cookheaders48.png" }, "background": { "scripts": [ "js\/background.js" ] }, "browser_action": { "default_icon": "images\/cookheaders48.png", "default_popup": "cookmanager.html" }, "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/cdn-headers-cookies\/obldlamadkihjlkdjblncejeblbogmnb" } |