URL Converter for Devs

A chrome extension to convert current url using the provided regex

Что такое URL Converter for Devs?

URL Converter for Devs - это расширение Chrome, разработанное Yu Zhou, и его основная функция - "A chrome extension to convert current url using the provided regex".

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

screenshot

Скачать файл CRX расширения URL Converter for Devs

Скачайте файлы расширений URL Converter for Devs в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This is a chrome extension to convert current url using the provided regex. The most common use is to convert production url into development/local url for testing                    

Основная информация о расширении

Название URL Converter for Devs URL Converter for Devs
ID foajooinlbbhjdmolphogmadmnfllfhb
Официальный URL https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb
Описание A chrome extension to convert current url using the provided regex
Размер файла 8.32 KB
Количество установок 26
Текущая Версия 1.0.0
Последнее Обновление 2018-11-11
Дата публикации 2018-11-11
Разработчик Yu Zhou
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "URL Converter for Devs",
    "version": "1.0.0",
    "description": "A chrome extension to convert current url using the provided regex",
    "icons": {
        "128": "icons\/128.png",
        "48": "icons\/48.png",
        "16": "icons\/16.png"
    },
    "browser_action": {
        "default_icon": "icons\/16.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage",
        "tabs",
        "notifications",
        "contextMenus"
    ]
}