Domain Swap

Switch domains without switching paths.

ما هو Domain Swap؟

Domain Swap هو إضافة Chrome تم تطويرها بواسطة jmhobbs، والميزة الرئيسية لها هي "Switch domains without switching paths.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Domain Swap

قم بتنزيل ملفات الامتداد Domain Swap بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Domain Swap is a  Google Chrome extension which lets you change the domain of the active tab while keeping the path the same.

This is great for web developers who share links and need to easily switch between environments.                    

معلومات أساسية عن التمديد

الاسم Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
عنوان URL الرسمي https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
الوصف Switch domains without switching paths.
حجم الملف 23.81 KB
عدد التثبيتات 222
النسخة الحالية 2.0.2
آخر تحديث 2013-12-12
تاريخ النشر 2013-12-11
تقييم 4.13/5 مجموع تقييمات 8
المطور jmhobbs
نوع الدفع free
موقع الإضافة https://github.com/jmhobbs/domain-swap
عنوان صفحة المساعدة https://github.com/jmhobbs/domain-swap/issues
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Domain Swap",
    "version": "2.0.2",
    "manifest_version": 2,
    "description": "Switch domains without switching paths.",
    "homepage_url": "https:\/\/github.com\/jmhobbs\/google-chome-domain-switcher",
    "icons": {
        "128": "icon-128x128.png",
        "64": "icon-64x64.png",
        "32": "icon-32x32.png",
        "19": "icon-19x19.png"
    },
    "background": {
        "scripts": [
            "domain-sets.js",
            "storage.js",
            "domain-switcher.js",
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon-19x19.png",
        "default_title": "Switch Domain"
    },
    "options_page": "options.html",
    "permissions": [
        "tabs"
    ]
}