swap

URL redirect tool for debugging

什么是swap?

swap是由https://kylepeluso.com开发的Chrome扩展程序,该扩展的主要功能是“URL redirect tool for debugging”。

扩展截图

screenshot
screenshot

下载swap扩展crx文件

下载swap扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
官方URL https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
简介 URL redirect tool for debugging
文件大小 88.96 KB
安装次数 47
当前版本 1.1.0
更新时间 2021-09-19
上架时间 2021-09-13
评分 5.00/5 共3次评分
开发者 https://kylepeluso.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kylepeluso.com/swap
隐私政策页面URL https://kylepeluso.com/swap/privacy.html
支持的语言 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
}