Domain Switcher
Easily switch domains between development, staging, production or other environments of projects.
Wat is Domain Switcher?
Domain Switcher is een Chrome-extensie ontwikkeld door Alexander Pape, en de belangrijkste functie is "Easily switch domains between development, staging, production or other environments of projects.".
Extensie Screenshots
Download het CRX-bestand van de extensie Domain Switcher
Download Domain Switcher-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
As a developer, it can be a hassle to switch between various environments (e.g. dev, staging, prod). This extension is designed to allow the developer to quickly swap environments when they are on a page while keeping their path intact. This extension is open-source and hosted on GitHub. If you find an issue, help out by posting it there as an issue or submit a pull request. https://github.com/Macavity/domain-switcher-extension
Basisinformatie over de Extensie
Naam | Domain Switcher |
ID | bcgpoogiobjioebmbafkdaekndlknmdf |
Officiële URL | https://chromewebstore.google.com/detail/domain-switcher/bcgpoogiobjioebmbafkdaekndlknmdf |
Beschrijving | Easily switch domains between development, staging, production or other environments of projects. |
Bestandsgrootte | 446 KB |
Aantal Installaties | 105 |
Huidige Versie | 1.1.2 |
Laatst Bijgewerkt | 2020-08-26 |
Publicatiedatum | 2020-07-21 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | Alexander Pape |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/Macavity/domain-switcher-extension |
Help Pagina-URL | https://github.com/Macavity/domain-switcher-extension/issues |
Ondersteunde Talen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Domain Switcher", "description": "Easily switch domains between development, staging, production or other environments of projects.", "version": "1.1.2", "manifest_version": 2, "icons": { "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "page_action": { "default_icon": { "16": "icons\/icon-16.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png" }, "default_title": "Domain Switcher", "default_popup": "popup\/popup.html" }, "background": { "scripts": [ "background.js" ] }, "options_page": "options\/options.html", "permissions": [ "tabs", "downloads" ] } |