Smart Header
Modify or change http request headers smartly and automatically.
Vad är Smart Header?
Smart Header är en Chrome-tillägg utvecklad av https://www.laobubu.net, och dess huvudfunktion är "Modify or change http request headers smartly and automatically.".
Tilläggsskärmbilder
Ladda ner Smart Header-förlängningens CRX-fil
Ladda ner Smart Header-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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 Grundläggande Information om Tillägg
| Namn | |
| ID | ncgnmldbedmbadafajhjeahmafdmggbp |
| Officiell webbadress | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
| Beskrivning | Modify or change http request headers smartly and automatically. |
| Filstorlek | 42 KB |
| Antal Installationer | 9,000 |
| Aktuell Version | 1.0.0.8 |
| Senast Uppdaterad | 2016-04-04 |
| Publiceringsdatum | 2016-04-04 |
| Betyg | 4.59/5 Totalt 79 Betyg |
| Utvecklare | https://www.laobubu.net |
| Betalningssätt | free |
| Tilläggswebbplats | http://lab.laobubu.net/smartheader |
| Hjälpsida URL | http://lab.laobubu.net/smartheader/hello |
| Stödda Språk | 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
}
} | |