URL Rewriter
2 valutazioni
)Panoramica
Rewrite URLs using custom rules.
Rewrite omnibox strings into desired URLs. Configure the rewrite rules you'd like in the extention options. Rules are of the form: regex_with_capturing_groups --> some_url_with_%s1_and_%s2 Where %s1 and %s2 are the first and second capture groups, respectively. For example, the following rules may be useful: # Fallback: grab first URL and use it .*(https?://[^\s]+).* --> %s1 .*(www\.[^\s]+).* --> %s1 .*(www\d+\.[^\s]+).* --> %s1 (.*) --> https://www.google.com/search?q=%s1 The first identifies a url starting with http and will go to that url. The second identifies urls with www. The third identifies urls such as www2, www3, etc The fourth rule falls back on a google search for the entire string.
3 su 52 valutazioni
Dettagli
- Versione2.1
- Ultimo aggiornamento:30 dicembre 2022
- Elemento offerto daJohn Ahlgren
- Dimensioni11.3KiB
- LingueEnglish (United States)
- Sviluppatore
Email
ahlgren+chromestore@gmail.com - Non commercianteQuesto sviluppatore non si è identificato come commerciante. Per quanto riguarda i consumatori nell'Unione Europea, tieni presente che i diritti del consumatore non sono applicabili ai contratti stipulati tra te e questo sviluppatore.
Privacy
Questo sviluppatore dichiara che i tuoi dati:
- Non vengono venduti a terze parti, se non per i casi d'uso approvati.
- Non vengono usati o trasferiti per finalità non correlate alle funzionalità principali dell'elemento.
- Non vengono usati o trasferiti per stabilire l'affidabilità creditizia o per finalità di prestito.