What is Clipboard Text Replacer?
Extension stats
Ranking
Other platforms
Extension summary
Clipboard Text Replacer
This is an open source project, that I created because I needed a quick way to replace certain items in selections and links during my development process. My specific use case, was that I needed to click a lot of links in production, but have them point to my local environment. The example in the extension is that we replace this regex
/^(https?://(www.)?[^/]+)/g
with this
localhost:3000
which changes any matching (most valid urls (probably)) to my local environment. Like "https://mywebsite.com/users/1" will turn into "localhost:3000/users/1"
Enjoy!
PS. This is open source and the repo can be found on https://github.com/Voldemorten/clipboard-text-replacer
User reviews
Extension safety
Risk impact
Clipboard Text Replacer requires very minimum permissions.
Risk likelihood
Clipboard Text Replacer has earned a good reputation and can be trusted.
Similar extensions
Here are some Chrome extensions that are similar to Clipboard Text Replacer: