inCHROMEnter

v0.5.1 - Monroe Ekilah - GitHub Repo

Options Page



Choose regex(s) to use for URL matching
/[\d]{1,16}$/Captures numbers at the end of the URL, of up to 16 digits
/(.*\/[\\d]*?)([\d]{1,16})([\/]?[.\w]{0,5}$)/ Caputres numbers at the end of a URL of up to 16 digits that are prepended by a forward slash (/) and optionally followed by another forward slash and/or a 4-character extension, like .html

Note: You must refresh all existing tabs that you wish your new regex selections to apply to, so the extension can load.


Note: This default option will be used when a URL's number is going to have fewer digits than it did before (i.e.: 100 -> 99) and keyboard shortcuts are being used (Alt+'-'). When padding is selected, the decremented URL in my example will use '099' as the new number, whereas without padding it will use '99'). This default can always be overridden when using the popup button interface via the provided checkbox.