Smart Header
Modify or change http request headers smartly and automatically.
Hvad er Smart Header?
Smart Header er en Chrome-udvidelse udviklet af https://www.laobubu.net, og dens hovedfunktion er "Modify or change http request headers smartly and automatically.".
Udvidelsesskærmbilleder
Download Smart Header-udvidelses-CRX-fil
Download Smart Header-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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æggende oplysninger om udvidelsen
| Navn | |
| ID | ncgnmldbedmbadafajhjeahmafdmggbp |
| Officiel URL | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
| Beskrivelse | Modify or change http request headers smartly and automatically. |
| Filstørrelse | 42 KB |
| Antal Installationer | 9,000 |
| Nuværende Version | 1.0.0.8 |
| Senest Opdateret | 2016-04-04 |
| Udgivelsesdato | 2016-04-04 |
| Bedømmelse | 4.59/5 Samlet 79 Bedømmelser |
| Udvikler | https://www.laobubu.net |
| Betalingsmetode | free |
| Udvidelseswebsted | http://lab.laobubu.net/smartheader |
| Hjælpeside-URL | http://lab.laobubu.net/smartheader/hello |
| Understøttede Sprog | 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
}
} | |