URL Converter for Devs

A chrome extension to convert current url using the provided regex

什麼是URL Converter for Devs?

URL Converter for Devs是由Yu Zhou開發的Chrome擴展程式,該擴展的主要功能是“A chrome extension to convert current url using the provided regex”。

擴展截圖

screenshot

下載URL Converter for Devs擴展crx文件

下載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
官方網址 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"
    ]
}