Skip to content

Releases: Lemonsavery/openUrlsWhenLoaded

2.7

31 May 19:24
d01ee25
Compare
Choose a tag to compare

Changes

  • Add maximum open tabs setting. It suspends opening when maximum tabs is reached for the window, and resumes when the number of tabs goes below the maximum again.
    • The following is a common use case:
      You want to open 300 tabs, but you need to interact with some/all of them. You don't want to have 300 open tabs while interacting with each one, so you use this feature to have only 5 or 10 open at once. As you close no-longer-needed tabs, new ones will open.
    • This feature will likely make the Pause Button feature less necessary, which should be less annoying for certain workflows.
    • This feature interacts intuitively with the other features in the tool, especially the "Open tabs in same window as tool" feature.
    • Adding this feature required rewriting several key parts of this tool. If you find a bug, please let me know. I've opened one Issue for a bug that existed prior to this release. I've taken some measures against the bug in this release, but never truly understood it, so it's possible it's still around.
  • Add dialog popup prompting user for a Google Chrome Store review and feature suggestions.
    • Occurs after every 4th successful list opening.
    • Includes an option to never show the popup again.

2.6

07 Nov 17:17
79e9ca9
Compare
Choose a tag to compare
2.6

Changes

  • Make the text area autofocus.

2.5

11 Oct 22:00
689155c
Compare
Choose a tag to compare
2.5

Changes

  • Add lines-selected counter. It shows how many lines are currently highlighted in the URL box. It is located in the bottom right corner of the Settings area.
    • This feature is useful for determining the number to put in the "Only open top [X]" option.
      Capture

2.4

11 May 14:22
86480df
Compare
Choose a tag to compare
2.4

Changes

  • Add ability to change background color.

2.3

15 Jul 21:38
44421c2
Compare
Choose a tag to compare
2.3

Changes

  • Add setting suggested in #30: only open first N URLs, then remove them from the list.

2.2

14 Jun 00:38
Compare
Choose a tag to compare
2.2

Changes

  • Stop some minor UI flickering when tool page first loads.
  • Add reviewer suggestion based setting: once a tab is loaded, close it. This is suggested by the same reviewer as in the 2.1 release.

2.1

27 May 06:50
52e53fe
Compare
Choose a tag to compare
2.1

Changes

  • Clarify mutual exclusivity interaction between incognito setting and same-window setting. This means the incognito setting won't be disabled, but these two settings will each turn off the other when checked.
  • Add reviewer suggestion based setting: once all tabs have been loaded fully, close them all.

Initial Formal Release

11 Feb 16:02
7570142
Compare
Choose a tag to compare

The extension was public before version 2.0, but did not have settings to customize extension behavior, and was missing polish. All changes made to the repository after #20 are not in production on the Chrome Web Store.

For unsupported Chromebooks

11 Feb 16:31
7570142
Compare
Choose a tag to compare
Pre-release

this is not yet tested

While I have not tested this, it may be possible to use this extension on old Chromebooks with old versions of Chrome.

  • Download the source code from this release's assets, and unzip them to their own folder.
  • Replace the manifest.json file in that folder with the one included separately in this release.
  • Go to your Chrome Menu > More Tools > Extensions, turn on Developer Mode.
  • Click Load Unpacked in top left, and choose the folder you just created.
  • An unpacked extension has been added to your extensions, and should be able to run just like any other extension, but is independent from the Chrome Web Store.

If this extension does not use features dependent on Manifest Version 2, then this should work 🤞. I'll update/replace this release with updated information when I have it.

02/16/22 - Extension seems disabled in Chrome v48, even when using manifest 2. Tested on Windows 10 64bit, using Windows 64bit Chrome version downloaded from here.