swap

URL redirect tool for debugging

swap là gì?

swap là một tiện ích mở rộng Chrome được phát triển bởi https://kylepeluso.com, và tính năng chính của nó là "URL redirect tool for debugging".

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

screenshot
screenshot

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

Tải xuống các tệp mở rộng 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

                        Swap can be used to redirect complete or partial URLs. This helpful for debugging and developing sites. The extension indicates in the toolbar when rules are active to prevent you from unintentionally redirecting after you are done.                    

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

Tên swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
URL Chính Thức https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
Mô tả URL redirect tool for debugging
Kích Thước Tệp 88.96 KB
Số Lần Cài Đặt 47
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2021-09-19
Ngày Phát Hành 2021-09-13
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://kylepeluso.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://kylepeluso.com/swap
URL Trang Chính Sách Bảo Mật https://kylepeluso.com/swap/privacy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "swap",
    "version": "1.1.0",
    "description": "URL redirect tool for debugging",
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        ""
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/popup.html",
        "default_title": "swap",
        "default_icon": "icons\/s-logo-tigre-128.png"
    },
    "icons": {
        "16": "icons\/s-logo-tigre-16.png",
        "48": "icons\/s-logo-tigre-48.png",
        "128": "icons\/s-logo-tigre-128.png"
    },
    "manifest_version": 2
}