URL Regex Replace

A Chrome extension that allows users to perform regex find and replace on the current tab's URL.

URL Regex Replaceとは何ですか?

URL Regex ReplaceはTeddyによって開発されたChromeの拡張機能で、その主な機能は「A Chrome extension that allows users to perform regex find and replace on the current tab's URL.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

URL Regex Replace拡張機能のCRXファイルをダウンロード

URL Regex Replace拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The **URL Regex Replace** is a Chrome extension that allows users to perform regex find and replace on the current tab's URL. This extension is useful for modifying URLs, testing, or redirecting to different environments. It now includes an options page for managing frequently-used find and replace pairs and a revamped popup with two tabs for ease of use.

If you were using the previous version of this extension, also called `Prepend URL Chrome Extension`, the feature is still there! Just use the `^` character in the 'Find' field and the string you want to prepend in the 'Replace' field.                    

拡張機能の基本情報

名前 URL Regex Replace URL Regex Replace
ID nkohlbebkognioabnnjchnchdapolofb
公式URL https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb
説明 A Chrome extension that allows users to perform regex find and replace on the current tab's URL.
ファイルサイズ 3.05 MB
インストール数 26
現在のバージョン 1.3.5
最終更新日 2023-12-05
公開日 2023-02-23
開発者 Teddy
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://github.com/tddschn/url-regex-replace-chrome-extension
ヘルプページのURL https://github.com/tddschn/url-regex-replace-chrome-extension
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "service_worker": "background.js"
    },
    "manifest_version": 3,
    "name": "URL Regex Replace",
    "version": "1.3.5",
    "description": "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.",
    "permissions": [
        "activeTab",
        "storage",
        "scripting"
    ],
    "options_page": "options.html",
    "action": {
        "default_popup": "popup.html"
    },
    "icons": {
        "128": "icons\/icon.png"
    }
}