Smart Header

Modify or change http request headers smartly and automatically.

Smart Headerคืออะไร?

Smart Header เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.laobubu.net และคุณลักษณะหลักของมันคือ "Modify or change http request headers smartly and automatically."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Smart Header

ดาวน์โหลดไฟล์ส่วนขยาย 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                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Smart Header Smart Header
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
    }
}