Edit Url by Regex
Edit Url by Regex
What is Edit Url by Regex?
Edit Url by Regex is a Chrome extension developed by ajsun, and its main feature is "Edit Url by Regex".
Extension Screenshots
Download Edit Url by Regex Extension CRX File
Download Edit Url by Regex extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Edit Url by Regex |
ID | ofhioacmkjbbalfidehfdecjfnllhdno |
Official URL | https://chromewebstore.google.com/detail/edit-url-by-regex/ofhioacmkjbbalfidehfdecjfnllhdno |
Description | Edit Url by Regex |
File Size | 52.6 KB |
Installation Count | 80 |
Current Version | 1.3.0.0 |
Last Updated | 2022-05-03 |
Publish Date | 2022-03-25 |
Rating | 5.00/5 Total 6 Ratings |
Developer | ajsun |
[email protected] | |
Payment Type | free |
Supported Languages | 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": [ " |