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ファイルをダウンロード
CDN Headers & Cookies拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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" } |