Edit Url by Regex
Edit Url by Regex
什么是Edit Url by Regex?
Edit Url by Regex是由ajsun开发的Chrome扩展程序,该扩展的主要功能是“Edit Url by Regex”。
扩展截图
下载Edit Url by Regex扩展crx文件
下载Edit Url by Regex扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
If you need to replace some specific parts of the current tab url matching a pattern with new value, then this extension is for you. You can provide the data for the pattern and the new value, then hit submit. The URL will get changed automatically.
扩展基本信息
名称 | Edit Url by Regex |
ID | ofhioacmkjbbalfidehfdecjfnllhdno |
官方URL | https://chromewebstore.google.com/detail/edit-url-by-regex/ofhioacmkjbbalfidehfdecjfnllhdno |
简介 | Edit Url by Regex |
文件大小 | 52.6 KB |
安装次数 | 80 |
当前版本 | 1.3.0.0 |
更新时间 | 2022-05-03 |
上架时间 | 2022-03-25 |
评分 | 5.00/5 共6次评分 |
开发者 | ajsun |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Edit Url by Regex", "commands": { "run-edit-url": { "suggested_key": { "default": "Alt+4" }, "description": "Edit Url by Regex" }, "_execute_action": { "suggested_key": { "windows": "Alt+3", "mac": "Alt+3", "chromeos": "Alt+3", "linux": "Alt+3" } } }, "description": "Edit Url by Regex", "version": "1.3.0.0", "permissions": [ "tabs" ], "background": { "service_worker": "service-worker.js" }, "action": { "default_icon": "\/icon.png", "icons": { "96": "\/icon.png" }, "default_popup": "\/popup.html" }, "icons": { "96": "\/icon.png" }, "content_scripts": [ { "matches": [ " |