URL Redirect for Developers
Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.
Τι είναι το URL Redirect for Developers;
Το URL Redirect for Developers είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Brian Mock, και η κύρια λειτουργία του είναι "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης URL Redirect for Developers
Λήψη αρχείων επέκτασης URL Redirect for Developers σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Examples of what you can do with URL Redirect for Developers: - Replace a minified version of jQuery with a regular build for better debugging - Replace production webpack bundles with local webpack bundles for testing your local code changes against production data - Disabling Content-Security-Policy (CSP) on certain domains in order to test changes - Redirect backend URLs to different URLs in order to test unimplemented backend features
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | dapeklgnmaelnloappfkohdngdggcakf |
Επίσημο URL | https://chrome.google.com/webstore/detail/url-redirect-for-develope/dapeklgnmaelnloappfkohdngdggcakf |
Περιγραφή | Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites. |
Μέγεθος Αρχείου | 131 KB |
Αριθμός Εγκαταστάσεων | 465 |
Τρέχουσα Έκδοση | 1.1 |
Τελευταία Ενημέρωση | 2020-01-09 |
Ημερομηνία Δημοσίευσης | 2020-01-05 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | Brian Mock |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://mockbrian.com |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "description": "Allows you to redirect one URL to another. It is intended to help developers debug issues on production websites.", "name": "URL Redirect for Developers", "short_name": "URL Redirect", "version": "1.1", "author": "Brian Mock (mockbrian.com)", "homepage_url": "https:\/\/github.com\/wavebeem\/url-redirect-webextension", "applications": { "gecko": { "id": "[email protected]" } }, "icons": { "16": "img\/icon-enabled.png", "32": "img\/[email protected]", "128": "img\/[email protected]" }, "permissions": [ "webRequest", "webNavigation", "webRequestBlocking", " |