swap

URL redirect tool for debugging

Что такое swap?

swap - это расширение Chrome, разработанное https://kylepeluso.com, и его основная функция - "URL redirect tool for debugging".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения swap

Скачайте файлы расширений 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
}