Replace URL

Replace URL in the address bar.

什么是Replace URL?

Replace URL是由decoy123开发的Chrome扩展程序,该扩展的主要功能是“Replace URL in the address bar.”。

扩展截图

screenshot

下载Replace URL扩展crx文件

下载Replace URL扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Replace URL Replace URL
ID oeiokhhfnleodojlgieagmmcfglamnaa
官方URL https://chromewebstore.google.com/detail/replace-url/oeiokhhfnleodojlgieagmmcfglamnaa
简介 Replace URL in the address bar.
文件大小 171 KB
安装次数 2,497
当前版本 1.0.2
更新时间 2022-09-24
上架时间 2017-04-05
评分 3.29/5 共17次评分
开发者 decoy123
电子邮箱 [email protected]
付费类型 free
扩展官网 https://github.com/decoy123/replace_url
支持的语言 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"
    }
}