Domain Switcher
Easily switch domains between development, staging, production or other environments of projects.
Domain Switcher क्या है?
Domain Switcher Alexander Pape द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Easily switch domains between development, staging, production or other environments of projects."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Domain Switcher एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Domain Switcher |
ID | bcgpoogiobjioebmbafkdaekndlknmdf |
आधिकारिक URL | https://chromewebstore.google.com/detail/domain-switcher/bcgpoogiobjioebmbafkdaekndlknmdf |
विवरण | Easily switch domains between development, staging, production or other environments of projects. |
फ़ाइल का आकार | 446 KB |
स्थापना संख्या | 105 |
वर्तमान संस्करण | 1.1.2 |
अंतिम अपडेट | 2020-08-26 |
प्रकाशन तिथि | 2020-07-21 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | Alexander Pape |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/Macavity/domain-switcher-extension |
सहायता पृष्ठ URL | https://github.com/Macavity/domain-switcher-extension/issues |
समर्थित भाषाएँ | 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" ] } |