Bulk URL Opener
Item logo image for Bulk URL Opener

Bulk URL Opener

bulkurlopener.com
Featured
4.9(

42 ratings

)
Item media 4 screenshot
Item media 5 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 1 screenshot
Item media 2 screenshot
Item media 3 screenshot
Item media 4 screenshot
Item media 5 screenshot

Overview

Browser addon to open multiple urls with one click. With many more tools to help you manage urls.

A simple and easy to use extension which allows the user to open a list of URL's in one click. Or alternatively you can create and store lists of links that you use and then load them from the drop down menu in the extension to open large amounts of links quickly and easily. Key Features:- -Allows a user to open a list of links quickly and easily -Ability to save, load and edit lists of links to provide an easier way to store and use a large amount of links -Tab Creation Delay: A user requested feature that allows the user to set a specified delay (in seconds) between each tab being created when a large number of links are opened -Custom themes: Change the look of the extension by using a different theme This extension collects no user data, for more info here is our privacy policy: https://euan.link/bulkurlopener-privacy-policy PERMISSIONS REQUIRED:- "Read your browsing history": This permission allows the extension to create tabs for you. It also allows the extension to get the URL's from currently open tabs when the 'Get list of currently open tabs' button is clicked Changelog:- 1.12.0 - Migrated app to work with Manifest V3 - Temporally disabled context menus, as the way services workers work makes the context menu click event handlers work very poorly. Leading to context menus often not working correctly. - Added a list of tabs that are still to be created on the openingtabs page. This allows the user to easily see what (and how many) tabs are still to be created. - Fixed URL extraction (Thanks @allanlaal) 1.11.2: - Limited snapshots to 4 - Added option to disable snapshots & to delete snapshots - Added more context menu items for tools, settings help. - Added better error handling for localstorage writes, to prevent unhandled errors if users localstorage is full. 1.11.1: - Limited snapshots to 50 1.11.0: - Redesigned settings page: - New card based layout. - Settings now auto save. - Added automatic snapshotting: - Local storage is automatically snapshotted when a destructive action is taken, so user has option to restore to previous versions - Bug Fixes - List saving bug 1.10.0: - Added context menus. Currently, only context menus are for opening lists that the user has saved. - Added setting to open lists in reverse order. - Added new option for the 'Default list to display' setting: - 'Previous urls': whatever you previous had in the 'URLs' text box will be displayed the next time you open the app / popup. - Improved the REGEX for extracting urls from strings. - Redesigned help page - Added 'Tools' page, currently only includes a url extractor tool 1.9.0: - Added ability for the user to pause and resume the opening of tabs when using tab creation delay. - User can now specify the tab creation delay to decimal points, rather than just whole numbers as previously. - Added a hotkey to open the popup (Ctrl + Shift + U). 1.8.3: - Fixed wording on buttons on extension popup to make them clearer and less confusing. 1.8.2: - Fixed bug where if "Delay tab loading until tab is selected" setting was enabled, the url would be truncated after the first parameter in the query string. 1.8.1: - Firefox bug fix when deleting lists. 1.8.0: - Added option to launch a list when the browser starts. - Added feature to delay tab loading until the user focuses the tab (Selects the tab in their browser) - Added basic command line flags for election version of app, -v or --version, -h or --help 1.7.2: - Added a options file to the app manifest, so the settings page can be launched from the browsers addon / extension management page. - Continued refactor of old sections of code, as well as working to completely remove dependence on Jquery in preparation of Bootstrap 5 1.7.1: - Prevented electron version from having a tab creation delay of < 1, to prevent issues from occurring when opening tabs - Fixed bug which could stop large lists being opened on Chromium, if the 'Open tabs 'Active'' setting is enabled 1.7.0: - Added Importing and Exporting of user configuration. Users are now able to import or export their configuration (Lists and Settings). This allows your to transfer all you data to another device in a simpler manner. - New setting: Buttons Look. This option lets the user choose whether filled or outline buttons should be used. As outline buttons can have some readability issues - especially if the user is using the 'Night Mode' - New setting: Open Tabs Active State. Setting allows user to decided whether new tabs should be set as 'Active' when they are opened. 'Active' means that the tab is the one being displayed by the browser - New setting: Auto Load Into Textbox. When a list is selected from the dropdown, it will be automatically loaded into the textbox (Text Area). Rather than having to select a list, then click on 'Open List' - All versions of the app (Chrome, Firefox, Electron) are now in one single code base, meaning all features will be available on all platforms. Built using a shell script. - Fixed a bug when editing lists of less then three urls 1.6.0: - The browser-based versions of the application are now in a single code-base. So it will be easier to develop, test and deploy changes. - Fixed www. links not opening correctly. 1.5.1: - Tidied up help page. 1.5.0: - Added setting for user to decide how non-urls should be handled when encountered. User can choose to either: Open the non-url in a search engine, Ignore the non-url, Attempt to extract the non-url. - Added setting so user can decide which search engine should be used if a non-url is going to be opened in a search engine. 1.4.0: - Added new setting to allow user to choose which tabs should be displayed when the 'Currently opened tabs' setting is selected. Either all opened tabs, or just those in the current window. - Fixed bug which would cause the 'Automatically open lists' and 'Enable Night Theme' options not to display if no settings object was present in the browser storage. 1.3.4: - Removed deprecated API chrome.tabs.getAllInWindow - If a user uses Tab Creation Delay, once all tabs are opened the message on the page will change to inform the user that all links are opened - Tidied up tab creation and remove deprecated 'selected' parameter 1.3.3: - Fixed bug which would stop the user from creating more than 10 lists. Also causing the list with the id 10 to be overwritten with a new list. 1.3.2: - Small code optimization for loading popup load times - Improved shadow for modals 1.3.1: - Fixed bug where checkboxes would be missing on the settings page if the user had not saved settings previously - Fluent design bootstrap is now provided with the extension package rather than being loaded over cdn 1.3.0: - Added a simple night mode - Added setting that allows users to change their bootstrap theme. Currently only supports default bootstrap and fluent design bootstrap. 1.2.0: - Added a setting to automatically open a list when it is selected from the extensions popup. (This setting can be overruled by holding the ctrl key before selecting a list from the dropdown) (User requested feature) - Added a setting to change the default list that is loaded when the extension is launched (User requested feature) - Added button on popup to open the extension in a popup window - Link lists and settings are now stored using JSON this improves the stability of the extension as more settings are added. Old lists and settings should be automatically converted - Performance improvements, removed duplicate jQuery selectors to improve performance - Added a new re-designed icon - The extension is now open source. You can view the repository at here. (https://github.com/EuanRiggans/BulkURLOpener) - Updated bootstrap to v4.1.1 - Updated jquery to v3.1.1 1.1.4: -Fixed an issue where many links on the help page would not work correctly 1.1.3: -Fixed a bug where lists without a trailing new line would not open the last link in the list -Help page now contains links to get support, report bugs or suggest new features 1.1.2: -Fixed an issue where Vivaldi users would not be able to open more than 9 tabs in one go 1.1.1: -Fixed tab naming issue when Tab Creation Delay is used -Removed unnecessary font files to reduce extension size 1.1.0: -New method of storing lists of URLs. Old lists will be converted automatically -Added settings page -Added help page -Added changelog page -Added 'Tab Creation Delay' functionality (User requested feature) -Code optimizations 1.0.1: -Small code optimization 1.0.0: -Initial release

4.9 out of 542 ratings

Google doesn't verify reviews. Learn more about results and reviews.

Review's profile picture

Paul EdwardMar 15, 2024

Shining example of how oftentimes in life (certainly in regards to software, at any rate), "less" truly can be "more." Dev(s), your extension is perfect as is and I thank you for sharing it with the world and keeping it as lean as can be for all these years - Cheers!

Review's profile picture

Islamic Quran CenterFeb 12, 2024

Your Plugin is highly valuable and useful, both in Multi-URL Opener and Multi Keywords Search via 3 Different Search Engine. Only a problem which we are facing is country base Multi Keywords Search Engine, for instance if we search for UK TLD must be change which are not working only https://www.google.com/search?q= is working whereas other countries not be changed like https://www.google.co.uk/search?q=. Even if we changed default search engine set as country in browser setting, then exten... Show more

Review's profile picture

MJ FadaeeJan 2, 2024

Essential!

Details

  • Version
    1.12.0
  • Updated
    June 23, 2022
  • Size
    242KiB
  • Languages
    English (United States)
  • Developer
    Website
    Email
    support@bulkurlopener.com
  • Non-trader
    This developer has not identified itself as a trader. For consumers in the European Union, please note that consumer rights do not apply to contracts between you and this developer.

Privacy

The developer has disclosed that it will not collect or use your data.

This developer declares that your data is

  • Not being sold to third parties, outside of the approved use cases
  • Not being used or transferred for purposes that are unrelated to the item's core functionality
  • Not being used or transferred to determine creditworthiness or for lending purposes

Support

Related

NoFollow

4.3(227)

Outline nofollow links, detect nofollow and noindex meta tags on webpages. Features website filtering and custom CSS outline styles.

MST SERP Counter - SEO Free SERP Checker Tool

4.4(22)

SERP Counter gives accurate search result of searched keyword.We Can see position of result or rank

Link Klipper - Extract all links

4.2(188)

Extract all links on a webpage and export them to a file.

Copy all links and image links to CSV or JSON

4.2(13)

Export all links and image links from the current page to Excel or JSON format.

Open Multiple URLs

4.6(236)

Opens a list of URLs

Bulk URL Opener Extension

4.3(89)

Open multiple URLs at once

Link Grabber

4.6(221)

An easy to use extractor or grabber for hyperlinks on an HTML page

Copy All Urls

4.6(402)

Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.

Multiple URL Opener

3.8(20)

Open multiple URls at once with single click. Also supports delay in opening URls.

Bulk URL Opener

3.9(7)

Opens multiple URLs in one click

URL opener

5.0(8)

Open urls with 1 click

Multiple Tab Opener

4.0(6)

Open multiple URLs on one click.

NoFollow

4.3(227)

Outline nofollow links, detect nofollow and noindex meta tags on webpages. Features website filtering and custom CSS outline styles.

MST SERP Counter - SEO Free SERP Checker Tool

4.4(22)

SERP Counter gives accurate search result of searched keyword.We Can see position of result or rank

Link Klipper - Extract all links

4.2(188)

Extract all links on a webpage and export them to a file.

Copy all links and image links to CSV or JSON

4.2(13)

Export all links and image links from the current page to Excel or JSON format.

Open Multiple URLs

4.6(236)

Opens a list of URLs

Bulk URL Opener Extension

4.3(89)

Open multiple URLs at once

Link Grabber

4.6(221)

An easy to use extractor or grabber for hyperlinks on an HTML page

Copy All Urls

4.6(402)

Copy tabs URL to clipboard (formats : text, HTML, JSON or custom). Paste to open multiple URL at one go.

Google apps