URL Converter for Devs

A chrome extension to convert current url using the provided regex

Vad är URL Converter for Devs?

URL Converter for Devs är en Chrome-tillägg utvecklad av Yu Zhou, och dess huvudfunktion är "A chrome extension to convert current url using the provided regex".

Tilläggsskärmbilder

screenshot

Ladda ner URL Converter for Devs-förlängningens CRX-fil

Ladda ner URL Converter for Devs-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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                    

Grundläggande Information om Tillägg

Namn URL Converter for Devs URL Converter for Devs
ID foajooinlbbhjdmolphogmadmnfllfhb
Officiell webbadress https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb
Beskrivning A chrome extension to convert current url using the provided regex
Filstorlek 8.32 KB
Antal Installationer 26
Aktuell Version 1.0.0
Senast Uppdaterad 2018-11-11
Publiceringsdatum 2018-11-11
Utvecklare Yu Zhou
E-post [email protected]
Betalningssätt free
Stödda Språk 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"
    ]
}