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 |
Eメール | [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": [ " |