The Bulk URL Opener is a web extension that makes your online life a bit easier. It's perfect for anyone who needs to open a bunch of links at the same time.
Install the extension via Chrome Web Store or Firefox Add-ons.
Here are the features:
-
Open URLs:
Pop in a bunch of links, and voilà – they all open together. Super handy for when you've got a list of sites to check out.
-
History:
The extension keeps a history of previously opened URLs. This is super helpful if you want to reopen those links later without having to remember or find them again.
-
Settings:
• Lazy Load: Only loads a URL when you focus on its tab, keeping things smooth and your computer happy.
• Random Order: Randomizes the order of opening your links, great for when you need a random sequence.
• Appearance: Choose between a light or dark theme for the extension, or set it to 'auto' to match your system's theme. This makes the extension more comfortable to use and fits your personal style.
In short, the Bulk URL Opener is a simple, user-friendly extension that's all about making your browsing a bit more convenient and a little less cluttered.
First: Execute the package installation with npm install
.
Next, proceed with one of these build commands:
Command | Description | Output dir |
---|---|---|
npm run dev:firefox |
real-time build (watch mode) for Firefox | dist-firefox |
npm run dev:chrome |
real-time build (watch mode) for Chrome | dist-chrome |
npm run build:firefox |
production build for Firefox | dist-firefox |
npm run build:chrome |
production build for Chrome | dist-chrome |
Refer to the guidelines for Chrome and the steps for Firefox regarding the loading of an unpacked extension.
Review the package.json
file to find all available run scripts.