Smart Header
Modify or change http request headers smartly and automatically.
Smart Headerとは何ですか?
Smart Headerはhttps://www.laobubu.netによって開発されたChromeの拡張機能で、その主な機能は「Modify or change http request headers smartly and automatically.」です。
拡張機能のスクリーンショット
Smart Header拡張機能のCRXファイルをダウンロード
Smart Header拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This is a powerful extension designed to modify HTTP request headers.
- Automatic rules!
- Import / export / mix configuration!
- Show the headers only that you interest.
- Easy to use.
- Sync your configuration with Chrome Sync!
Not just a developer tool. Lots of potential amazing ways to use.
Let's drive the headers.
Special Thanks to the coffee providers :)
- Zhou Huaxiang
- Zhang Haoyuan
Visit this to get help:
http://lab.laobubu.net/smartheader 拡張機能の基本情報
| 名前 | |
| ID | ncgnmldbedmbadafajhjeahmafdmggbp |
| 公式URL | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
| 説明 | Modify or change http request headers smartly and automatically. |
| ファイルサイズ | 42 KB |
| インストール数 | 9,000 |
| 現在のバージョン | 1.0.0.8 |
| 最終更新日 | 2016-04-04 |
| 公開日 | 2016-04-04 |
| 評価 | 4.59/5 合計 79 レビュー |
| 開発者 | https://www.laobubu.net |
| 支払い方法 | free |
| 拡張機能のウェブサイト | http://lab.laobubu.net/smartheader |
| ヘルプページのURL | http://lab.laobubu.net/smartheader/hello |
| 対応言語 | en,zh-CN |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "__MSG_extName__",
"description": "__MSG_extDesc__",
"version": "1.0.0.8",
"icons": {
"128": "logo.png"
},
"browser_action": {
"default_icon": "logo.png",
"default_popup": "popup.html"
},
"options_page": "config.html",
"permissions": [
"http:\/\/*\/*",
"https:\/\/*\/*",
"webRequest",
"webRequestBlocking",
"storage"
],
"default_locale": "en",
"background": {
"scripts": [
"background.js"
],
"persistent": true
}
} | |