Header Editor
Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests
Τι είναι το Header Editor;
Το Header Editor είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον ShuangYa, και η κύρια λειτουργία του είναι "Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Header Editor
Λήψη αρχείων επέκτασης Header Editor σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Modify the request, include request headers, response headers, redirect requests, and cancel requests. If this extension does not have the language you want, you can help us translate this extension on Transifex: https://www.transifex.com/sytec/header-editor/ You can aslo import rules from Redirector: http://redirector.team.firefoxcn.net/
Βασικές Πληροφορίες Επέκτασης
Όνομα | Header Editor |
ID | eningockdidmgiojffjmkdblpjocbhgh |
Επίσημο URL | https://chromewebstore.google.com/detail/header-editor/eningockdidmgiojffjmkdblpjocbhgh |
Περιγραφή | Manage browser's requests, include modify the request headers and response headers, redirect requests, cancel requests |
Μέγεθος Αρχείου | 449 KB |
Αριθμός Εγκαταστάσεων | 217,247 |
Τρέχουσα Έκδοση | 4.1.1 |
Τελευταία Ενημέρωση | 2020-01-05 |
Ημερομηνία Δημοσίευσης | 2019-12-25 |
Αξιολόγηση | 4.65/5 Συνολικά 57 Αξιολογήσεις |
Προγραμματιστής | ShuangYa |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://github.com/FirefoxBar/HeaderEditor |
Διεύθυνση URL της Σελίδας Βοήθειας | https://github.com/FirefoxBar/HeaderEditor/wiki |
Υποστηριζόμενες Γλώσσες | en,pl,pt-BR,zh-CN,zh-TW |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_extName__", "version": "4.1.1", "description": "__MSG_description__", "homepage_url": "http:\/\/team.firefoxcn.net", "manifest_version": 2, "icons": { "128": "assets\/images\/128.png" }, "permissions": [ "tabs", "webRequest", "webRequestBlocking", "contextMenus", "storage", "downloads", "*:\/\/*\/*", "unlimitedStorage" ], "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self';", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": { "128": "assets\/images\/128.png" }, "default_title": "__MSG_extButtonTitle__", "default_popup": "popup\/popup.html" }, "default_locale": "en", "options_ui": { "page": "options\/options.html", "open_in_tab": true } } |