Important
✨ This is the Chrome Addon.
👉 The CLI version is here: lennarto/open-existing-tab-addon
Simple Chrome Addon to (re)open a specific URL via bookmark. If no such tab exists, it opens a new one.
- Option 1: Install directly from the Chrome Web Store
- Option 2: Download this repository and load it as an unpacked extension in Chrome.
Replace in the bookmarks:
https://x.com
with
javascript:window.postMessage({type:'REOPEN_REQUEST',url:'https://x.com'},'*')
- go to Bookmarks >>> chrome://bookmarks
- Export bookmarks (top right ...)
- Open in Text Editor
- Replace old urls with new urls, this will keep the original icons !!!
Example: Replace ...
<DT><A HREF="https://mail.google.com/mail/u/0/#inbox" ADD_DATE="1726411430" ICON="data:image/png;base64,iVBORw0KGgoAAA ..."></A>
... with ...
<DT><A HREF="javascript:window.postMessage({type:'REOPEN_REQUEST',url:'https://mail.google.com/mail/u/0/#inbox'},'*')" ADD_DATE="1726411430" ICON="data:image/png;base64,iVBORw0KGgoAAA ..."></A>
- Import bookmarks (top right ... same page as export ...)
Feel free to file a new Issue.
I love building digital products, working in it-strategy, or applying ai in real-world use cases. On top of that, i create private it expert reports (🇩🇪 IT-Gutachten) for legal proceedings in germany, especially in criminal cases. 👉 My website 👈
If you’ve found something useful, feel free to fuel my next project with a Beer! 🍻 I do have a couple of cool ideas in my backlog 🚀 👉 My Paypal | Ko-Fi 👈
