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
擴展基本資訊
名稱 | Smart Header |
ID | ncgnmldbedmbadafajhjeahmafdmggbp |
官方網址 | 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 } } |