A browser addon / extension that provides the user with lots of features to handle lists of 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
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
"Storage":
This permission allows the extension to store the lists you have created in your browsers local storage.
Changelog:-
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