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 |
官方網址 | 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": [ " |