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
Eメール [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"
    ]
}