URL Regex Replace

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

URL Regex Replace là gì?

URL Regex Replace là một tiện ích mở rộng Chrome được phát triển bởi Teddy, và tính năng chính của nó là "A Chrome extension that allows users to perform regex find and replace on the current tab's URL.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng URL Regex Replace

Tải xuống các tệp mở rộng URL Regex Replace dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên URL Regex Replace URL Regex Replace
ID nkohlbebkognioabnnjchnchdapolofb
URL Chính Thức https://chromewebstore.google.com/detail/url-regex-replace/nkohlbebkognioabnnjchnchdapolofb
Mô tả A Chrome extension that allows users to perform regex find and replace on the current tab's URL.
Kích Thước Tệp 3.05 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 1.3.5
Cập Nhật Lần Cuối 2023-12-05
Ngày Phát Hành 2023-02-23
Nhà Phát Triển Teddy
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/tddschn/url-regex-replace-chrome-extension
URL Trang Trợ Giúp https://github.com/tddschn/url-regex-replace-chrome-extension
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}