URL Converter for Devs

A chrome extension to convert current url using the provided regex

Co to jest URL Converter for Devs?

URL Converter for Devs to rozszerzenie Chrome opracowane przez Yu Zhou, a jego główną funkcją jest „A chrome extension to convert current url using the provided regex”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia URL Converter for Devs

Pobierz pliki rozszerzeń URL Converter for Devs 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

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa URL Converter for Devs URL Converter for Devs
ID foajooinlbbhjdmolphogmadmnfllfhb
Oficjalny URL https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb
Opis A chrome extension to convert current url using the provided regex
Rozmiar pliku 8.32 KB
Liczba instalacji 26
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2018-11-11
Data Publikacji 2018-11-11
Deweloper Yu Zhou
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki 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"
    ]
}