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
Eメール [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
}