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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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
    }
}