Domain Switcher Forked
Simplify web development by easily switching domains between specified URL groups. Forked version.
Domain Switcher Forked क्या है?
Domain Switcher Forked Mestrona द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Simplify web development by easily switching domains between specified URL groups. Forked version."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Domain Switcher Forked एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Domain Switcher by Steve Hanson, fork by Mestrona
This is a fork of https://chrome.google.com/webstore/detail/domain-switcher/lbehdhpgigdlinfkidifkbhjnaglfojc
with some additional features and fixes
Main additional feature: Project templates
Source: https://github.com/amenk/domain-switcher-chrome एक्सटेंशन की मूल जानकारी
| नाम | |
| ID | obncmfopicdjkamflcoipkjdpkdhfjji |
| आधिकारिक URL | https://chromewebstore.google.com/detail/domain-switcher-forked/obncmfopicdjkamflcoipkjdpkdhfjji |
| विवरण | Simplify web development by easily switching domains between specified URL groups. Forked version. |
| फ़ाइल का आकार | 1.07 MB |
| स्थापना संख्या | 50 |
| वर्तमान संस्करण | 0.6.5 |
| अंतिम अपडेट | 2017-01-25 |
| प्रकाशन तिथि | 2017-01-25 |
| डेवलपर | Mestrona |
| भुगतान के प्रकार | free |
| समर्थित भाषाएँ | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.6.5",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"48": "images\/icon-48.png",
"128": "images\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"scripts\/background.js"
]
},
"page_action": {
"default_icon": {
"19": "images\/icon-19.png",
"38": "images\/icon-38.png"
},
"default_title": "Domain Switcher Forked",
"default_popup": "popup.html"
},
"options_page": "options.html",
"permissions": [
"tabs"
]
} | |