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
官方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"
    ]
}