Smart Header
Modify or change http request headers smartly and automatically.
Smart Header là gì?
Smart Header là một tiện ích mở rộng Chrome được phát triển bởi https://www.laobubu.net, và tính năng chính của nó là "Modify or change http request headers smartly and automatically.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Smart Header
Tải xuống các tệp mở rộng Smart Header dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Smart Header |
ID | ncgnmldbedmbadafajhjeahmafdmggbp |
URL Chính Thức | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
Mô tả | Modify or change http request headers smartly and automatically. |
Kích Thước Tệp | 42 KB |
Số Lần Cài Đặt | 9,000 |
Phiên Bản Hiện Tại | 1.0.0.8 |
Cập Nhật Lần Cuối | 2016-04-04 |
Ngày Phát Hành | 2016-04-04 |
Đánh Giá | 4.59/5 Tổng số 79 Đánh Giá |
Nhà Phát Triển | https://www.laobubu.net |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://lab.laobubu.net/smartheader |
URL Trang Trợ Giúp | http://lab.laobubu.net/smartheader/hello |
Ngôn Ngữ Được Hỗ Trợ | 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 } } |