swap

URL redirect tool for debugging

Wat is swap?

swap is een Chrome-extensie ontwikkeld door https://kylepeluso.com, en de belangrijkste functie is "URL redirect tool for debugging".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie swap

Download swap-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam swap swap
ID llknmdaghmhoccmohpnkikakpdmaocdj
Officiële URL https://chromewebstore.google.com/detail/swap/llknmdaghmhoccmohpnkikakpdmaocdj
Beschrijving URL redirect tool for debugging
Bestandsgrootte 88.96 KB
Aantal Installaties 47
Huidige Versie 1.1.0
Laatst Bijgewerkt 2021-09-19
Publicatiedatum 2021-09-13
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar https://kylepeluso.com
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://kylepeluso.com/swap
URL van de Privacybeleid Pagina https://kylepeluso.com/swap/privacy.html
Ondersteunde Talen 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
}