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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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 |
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 } } |