Domain Switcher Forked
Simplify web development by easily switching domains between specified URL groups. Forked version.
ما هو Domain Switcher Forked؟
Domain Switcher Forked هو إضافة Chrome تم تطويرها بواسطة Mestrona، والميزة الرئيسية لها هي "Simplify web development by easily switching domains between specified URL groups. Forked version.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Domain Switcher Forked
قم بتنزيل ملفات الامتداد Domain Switcher Forked بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
معلومات أساسية عن التمديد
الاسم | Domain Switcher Forked |
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" ] } |