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
Vad är URL's Host Switcher?
URL's Host Switcher är en Chrome-tillägg utvecklad av DLAM, och dess huvudfunktion är "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".
Tilläggsskärmbilder
Ladda ner URL's Host Switcher-förlängningens CRX-fil
Ladda ner URL's Host Switcher-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
It is convenient for developers to quickly switch the host of web pages under the same path Grundläggande Information om Tillägg
| Namn | |
| ID | fcejkgaehmpaplmencnlpcocmmbfcoia |
| Officiell webbadress | https://chromewebstore.google.com/detail/urls-host-switcher/fcejkgaehmpaplmencnlpcocmmbfcoia |
| Beskrivning | 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 |
| Filstorlek | 75.14 KB |
| Antal Installationer | 92 |
| Aktuell Version | 1.1.16 |
| Senast Uppdaterad | 2022-12-02 |
| Publiceringsdatum | 2022-07-04 |
| Utvecklare | DLAM |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
}
} | |