Smart Header
Modify or change http request headers smartly and automatically.
Apa itu Smart Header?
Smart Header adalah ekstensi Chrome yang dikembangkan oleh https://www.laobubu.net, dan fitur utamanya adalah "Modify or change http request headers smartly and automatically.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Smart Header
Unduh file ekstensi Smart Header dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Smart Header |
ID | ncgnmldbedmbadafajhjeahmafdmggbp |
URL Resmi | https://chromewebstore.google.com/detail/smart-header/ncgnmldbedmbadafajhjeahmafdmggbp |
Deskripsi | Modify or change http request headers smartly and automatically. |
Ukuran File | 42 KB |
Jumlah Instalasi | 9,000 |
Versi Saat Ini | 1.0.0.8 |
Terakhir Diperbarui | 2016-04-04 |
Tanggal Publikasi | 2016-04-04 |
Penilaian | 4.59/5 Total 79 Penilaian |
Pengembang | https://www.laobubu.net |
Tipe Pembayaran | free |
Situs Ekstensi | http://lab.laobubu.net/smartheader |
URL Halaman Bantuan | http://lab.laobubu.net/smartheader/hello |
Bahasa yang Didukung | 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 } } |