Domain Switcher
Easily switch domains between development, staging, production or other environments of projects.
Apa itu Domain Switcher?
Domain Switcher adalah ekstensi Chrome yang dikembangkan oleh Alexander Pape, dan fitur utamanya adalah "Easily switch domains between development, staging, production or other environments of projects.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Domain Switcher
Unduh file ekstensi Domain Switcher dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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
Informasi Dasar Ekstensi
Nama | Domain Switcher |
ID | bcgpoogiobjioebmbafkdaekndlknmdf |
URL Resmi | https://chromewebstore.google.com/detail/domain-switcher/bcgpoogiobjioebmbafkdaekndlknmdf |
Deskripsi | Easily switch domains between development, staging, production or other environments of projects. |
Ukuran File | 446 KB |
Jumlah Instalasi | 105 |
Versi Saat Ini | 1.1.2 |
Terakhir Diperbarui | 2020-08-26 |
Tanggal Publikasi | 2020-07-21 |
Penilaian | 5.00/5 Total 2 Penilaian |
Pengembang | Alexander Pape |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/Macavity/domain-switcher-extension |
URL Halaman Bantuan | https://github.com/Macavity/domain-switcher-extension/issues |
Bahasa yang Didukung | 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" ] } |