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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
URL หน้าช่วยเหลือ 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"
    ]
}