swap

URL redirect tool for debugging

Co to jest swap?

swap to rozszerzenie Chrome opracowane przez https://kylepeluso.com, a jego główną funkcją jest „URL redirect tool for debugging”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia swap

Pobierz pliki rozszerzeń swap w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
Oficjalny URL https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
Opis URL redirect tool for debugging
Rozmiar pliku 88.96 KB
Liczba instalacji 47
Aktualna Wersja 1.1.0
Ostatnia Aktualizacja 2021-09-19
Data Publikacji 2021-09-13
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://kylepeluso.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://kylepeluso.com/swap
Adres URL Strony Polityki Prywatności https://kylepeluso.com/swap/privacy.html
Obsługiwane Języki 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
}