Domain Swap

Switch domains without switching paths.

Domain Swap là gì?

Domain Swap là một tiện ích mở rộng Chrome được phát triển bởi jmhobbs, và tính năng chính của nó là "Switch domains without switching paths.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Domain Swap

Tải xuống các tệp mở rộng Domain Swap dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Domain Swap Domain Swap
ID ngiiihlebepigjbefembddhdplmaghep
URL Chính Thức https://chromewebstore.google.com/detail/domain-swap/ngiiihlebepigjbefembddhdplmaghep
Mô tả Switch domains without switching paths.
Kích Thước Tệp 23.81 KB
Số Lần Cài Đặt 222
Phiên Bản Hiện Tại 2.0.2
Cập Nhật Lần Cuối 2013-12-12
Ngày Phát Hành 2013-12-11
Đánh Giá 4.13/5 Tổng số 8 Đánh Giá
Nhà Phát Triển jmhobbs
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jmhobbs/domain-swap
URL Trang Trợ Giúp https://github.com/jmhobbs/domain-swap/issues
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}