URL's Host Switcher
A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment
Τι είναι το URL's Host Switcher;
Το URL's Host Switcher είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον DLAM, και η κύρια λειτουργία του είναι "A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης URL's Host Switcher
Λήψη αρχείων επέκτασης URL's Host Switcher σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
It is convenient for developers to quickly switch the host of web pages under the same path
Βασικές Πληροφορίες Επέκτασης
Όνομα | URL's Host Switcher |
ID | fcejkgaehmpaplmencnlpcocmmbfcoia |
Επίσημο URL | https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia |
Περιγραφή | A tool for quickly switching the host of the current url. make it easy to jump the same path in a local, test or prod environment |
Μέγεθος Αρχείου | 75.14 KB |
Αριθμός Εγκαταστάσεων | 92 |
Τρέχουσα Έκδοση | 1.1.16 |
Τελευταία Ενημέρωση | 2022-12-02 |
Ημερομηνία Δημοσίευσης | 2022-07-04 |
Προγραμματιστής | DLAM |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | de,en,fr,es,it,ru,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "version": "1.1.16", "manifest_version": 3, "default_locale": "en", "options_page": "\/dist\/src\/options.html", "permissions": [ "storage", "tabs" ], "action": { "default_popup": "\/dist\/src\/popup.html", "default_icon": { "16": "\/img\/16x16.png", "32": "\/img\/32x32.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } }, "icons": { "16": "\/img\/16x16.png", "32": "\/img\/32x32.png", "48": "\/img\/48x48.png", "128": "\/img\/128x128.png" } } |