Edit Url by Regex
Edit Url by Regex
Cos'è Edit Url by Regex?
Edit Url by Regex è un'estensione di Chrome sviluppata da ajsun, e la sua funzione principale è "Edit Url by Regex".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Edit Url by Regex
Scarica i file di estensione Edit Url by Regex in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Edit Url by Regex |
ID | ofhioacmkjbbalfidehfdecjfnllhdno |
URL Ufficiale | https://chromewebstore.google.com/detail/edit-url-by-regex/ofhioacmkjbbalfidehfdecjfnllhdno |
Descrizione | Edit Url by Regex |
Dimensione del File | 52.6 KB |
Conteggio Installazioni | 80 |
Versione Corrente | 1.3.0.0 |
Ultimo Aggiornamento | 2022-05-03 |
Data di Pubblicazione | 2022-03-25 |
Valutazione | 5.00/5 Totale 6 Valutazioni |
Sviluppatore | ajsun |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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": [ " |