Skip to content

Chrome extension to opens all the web links in the selection in a new window

License

Notifications You must be signed in to change notification settings

nkrishnaswami/open-selected-links

Repository files navigation

Open Selected Links

This is the source code for a Chrome extension to extract the http and https links from the user's selection on a web page, and open them all in a new window. This is kicked off from a context menu item for the selection.

The extension is available on the Chrome Web Store as Open Selected Links.

Developing

When porting the 1.7.4 javascript to typescript, I built the scaffolding using bun using the chrome-ext template as a vanilla-ts extension, which uses Vite to build/package and the CRXJS plugin.

To build, execute bun run build; outputs will be written to the build subdirectory, which can be loaded as an unpacked extension.

Alternatively, a zip file can be produced with bun run zip or a CRX with bun run crx.

About

Chrome extension to opens all the web links in the selection in a new window

Resources

License

Stars

Watchers

Forks

Packages

No packages published