URL Converter for Devs

A chrome extension to convert current url using the provided regex

Apa itu URL Converter for Devs?

URL Converter for Devs adalah ekstensi Chrome yang dikembangkan oleh Yu Zhou, dan fitur utamanya adalah "A chrome extension to convert current url using the provided regex".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi URL Converter for Devs

Unduh file ekstensi URL Converter for Devs dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama URL Converter for Devs URL Converter for Devs
ID foajooinlbbhjdmolphogmadmnfllfhb
URL Resmi https://chrome.google.com/webstore/detail/url-converter-for-devs/foajooinlbbhjdmolphogmadmnfllfhb
Deskripsi A chrome extension to convert current url using the provided regex
Ukuran File 8.32 KB
Jumlah Instalasi 26
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2018-11-11
Tanggal Publikasi 2018-11-11
Pengembang Yu Zhou
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}