swap

URL redirect tool for debugging

Cos'è swap?

swap è un'estensione di Chrome sviluppata da https://kylepeluso.com, e la sua funzione principale è "URL redirect tool for debugging".

Screenshot dell'Estensione

screenshot
screenshot

Scarica il file CRX dell'estensione swap

Scarica i file di estensione swap in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
URL Ufficiale https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
Descrizione URL redirect tool for debugging
Dimensione del File 88.96 KB
Conteggio Installazioni 47
Versione Corrente 1.1.0
Ultimo Aggiornamento 2021-09-19
Data di Pubblicazione 2021-09-13
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore https://kylepeluso.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://kylepeluso.com/swap
URL della Pagina della Politica sulla Privacy https://kylepeluso.com/swap/privacy.html
Lingue Supportate 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
}