Replace URL

Replace URL in the address bar.

Replace URL là gì?

Replace URL là một tiện ích mở rộng Chrome được phát triển bởi decoy123, và tính năng chính của nó là "Replace URL in the address bar.".

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

screenshot

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

Tải xuống các tệp mở rộng Replace URL 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

                        Replace URL replace the specified words with new words in the address bar.

1. Please specify old words(or regular expressions) and new words on option page.

2. Click this extension's icon. And automatically move to the new URL.                    

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

Tên Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
URL Chính Thức https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
Mô tả Replace URL in the address bar.
Kích Thước Tệp 171 KB
Số Lần Cài Đặt 2,497
Phiên Bản Hiện Tại 1.0.2
Cập Nhật Lần Cuối 2022-09-24
Ngày Phát Hành 2017-04-05
Đánh Giá 3.29/5 Tổng số 17 Đánh Giá
Nhà Phát Triển decoy123
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/decoy123/replace_url
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Replace URL",
    "version": "1.0.2",
    "description": "Replace URL in the address bar.",
    "icons": [],
    "permissions": [
        "tabs",
        "storage"
    ],
    "action": {
        "default_icon": [],
        "default_title": "Replace URL"
    },
    "options_ui": {
        "page": ".\/src\/self\/html\/options.html"
    },
    "background": {
        "service_worker": ".\/src\/gen\/index.bundle.js"
    }
}