Extracts numbers from current URL and redirects to a new URL
When you click on the icon of this extension, it extracts a sequence of four or more consecutive digits from the URL and appends them to a pre-configured jump destination URL.
For example, if you are searching for rental properties in Mountain View on Zillow and come across the address
https://www.zillow.com/homes/for_rent/94041_rb/
using this extension, the number 94041, which is the zip code, will be extracted.
This allows you to jump to the search results for nearby Bank of America branches or ATMs, like so:
https://locators.bankofamerica.com/?q=94041
I am a resident of Japan and created this extension to jump from Yahoo Finance Japan's page
https://finance.yahoo.co.jp/quote/7974.T
to Minkabu's page
https://minkabu.jp/stock/7974
The extracted number will be added to the end of the specified URL in the settings screen.
If you want to add the extracted number in the middle of the specified URL, you can insert %s, and the number will be placed there.
ex. https://finance.yahoo.co.jp/quote/%s.T
This extension is free, but there is a "Buy me a coffee" link in the settings screen.