Pull Tabs version history - 22 versions
Pull Tabs by adampdotcom
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.30.1
Released Jul 23, 2026 - 189.56 KBWorks with firefox 128.0 and laterFixed scrolling not working.Source code released under GNU General Public License v3.0 only
Older versions
Version 0.30.0
Released Jul 14, 2026 - 189.45 KBWorks with firefox 128.0 and laterWhat's new in 0.30.0- Redesigned popup. Simple and Advanced modes are gone — there's now one clean list of your tabs. Use the action buttons on each row to choose what happens to each tab (download, bookmark, copy, save, close, or skip), or use "Set all" to apply one action to everything, then hit Pull tabs. Failed tabs can be retried with one click.
- Fewer permissions up front. The extension no longer asks for access to Raindrop, Instapaper, or Readwise at install. Permission is requested only if and when you connect that service in Options.
- Refreshed Options page with the same new look, where you connect and verify your read-later services.
Source code released under GNU General Public License v3.0 only
Version 0.20.0
Released Jul 10, 2026 - 87.42 KBWorks with firefox 109.0a1 and later0.18.0
- Removed the Pocket integration — the Pocket service shut down in July 2025, so saving and login no longer worked.
- Removed MIME-type detection and its "retrieve full mime type" option (slow, and used by nothing after Pocket).
- Dropped the identity permission and all host permissions — the extension now asks only for tabs, downloads, bookmarks, and storage.
- Fixed the "Pulltabs" bookmarks folder not being created when the parent folder was empty, and fixed a broken copy-to-clipboard path.
0.19.0
- New save actions to replace Pocket: Raindrop.io, Instapaper, and Readwise Reader, plus a generic webhook for self-hosted setups.
- New "Connected services" section in Options — each service is enabled by verifying your credentials, which are stored only in local extension storage.
0.20.0
- Download status is now tracked by the extension's background worker, so downloads complete (and auto-close their tabs, if enabled) reliably even if you close the popup mid-download.
- Copy-to-clipboard now uses the modern navigator.clipboard API.
- More reliable "Pulltabs" bookmark folder handling — existing folders are found instead of duplicated.
- All settings consolidated into extension storage with automatic one-time migration — nothing to redo after upgrading.
- Internal: replaced the aging webpack build with a zero-dependency esbuild script and expanded the test suite.Source code released under GNU General Public License v3.0 only
Version 0.17.1
Released Nov 20, 2024 - 124.01 KBWorks with firefox 109.0a1 and laterRemove permissions for all sites since it's not needed with current enabled features.Source code released under GNU General Public License v3.0 only
Version 0.17.0
Released Nov 20, 2024 - 124.03 KBWorks with firefox 109.0a1 and laterUpdated dependencies, fixed bugs and resolved security issues.Source code released under GNU General Public License v3.0 only
Version 0.16.3
Released Nov 20, 2024 - 118.98 KBWorks with firefox 109.0a1 and laterAdded icons and updated manifest to restore ability to pin extension to toolbarSource code released under GNU General Public License v3.0 only
Version 0.16.2
Released Nov 1, 2024 - 96.74 KBWorks with firefox 109.0a1 and laterUpdated to manifest 3 including relevant API changes.Source code released under GNU General Public License v3.0 only
Version 0.15.2resigned1
Released Apr 25, 2024 - 105.73 KBWorks with firefox 48.0 and laterSource code released under GNU General Public License v3.0 only
Version 0.15.1
Released Feb 28, 2019 - 101.54 KBWorks with firefox 48.0 and laterDisable Pocket initially
Don't minify builds
remove old polyfillSource code released under GNU General Public License v3.0 only
Version 0.15.0
Released Feb 27, 2019 - 65.64 KBWorks with firefox 48.0 and laterFixed issue preventing authenticating to Pocket.Source code released under GNU General Public License v3.0 only
Version 0.14.2
Released Jul 21, 2018 - 64.87 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Updated dependencies for security patches.Source code released under GNU General Public License v3.0 only
Version 0.14.1
Released Dec 16, 2017 - 65.05 KBWorks with firefox 48.0 and later, android 48.0 to 68.*0.14.1: Rebuilt 0.14.0 without unnecessary artifacts for a smaller download/install size.
0.14.0: Re-enabled option to automatically close tabs after a successful action is completed on them.Source code released under GNU General Public License v3.0 only
Version 0.14.0
Released Dec 15, 2017 - 88.2 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Re-enabled option to automatically close tabs after a successful action is completed on them.Source code released under GNU General Public License v3.0 only
Version 0.13.0
Released Dec 10, 2017 - 63.98 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Adds a clipboard action to copy all or selected tabs to the clipboard.Source code released under GNU General Public License v3.0 only
Version 0.12.0
Released Dec 9, 2017 - 62.3 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Adds an option to choose active services to display in the popup actions.
Removes code only needed for chrome extensions reducing size.Source code released under GNU General Public License v3.0 only
Version 0.11.0
Released Nov 29, 2017 - 64.37 KBWorks with firefox 48.0 and later, android 48.0 to 68.*A few bug fixes and a refactor so that tab actions are performed via a service provider making adding new services/actions easier in the future. Also split up simple and advanced views into separate files for better organization.Source code released under GNU General Public License v3.0 only
Version 0.10.1
Released Oct 25, 2017 - 61.9 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Make permissions for all sites optional, it is only needed when retrieving full mime types in advanced view (which is currently disabled).Source code released under GNU General Public License v3.0 only
Version 0.10.0.1
Released Oct 23, 2017 - 61.89 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fix missing imagesSource code released under GNU General Public License v3.0 only
Version 0.10.0
Released Oct 22, 2017 - 53.72 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Standardizes around https://developer.mozilla.org/en-US/Add-ons/WebExtensions API with a poly-fill for browsers using callbacks instead of promises.
Move tab number indicator to top right of popup.
Require at least one layout be chosen.
Pocket saves asynchronously now for smoother experience.Source code released under GNU General Public License v3.0 only
Version 0.9.10.1
Released Oct 7, 2017 - 96.44 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Fix images missing from previous releaseSource code released under GNU General Public License v3.0 only
Version 0.9.10
Released Oct 1, 2017 - 89.02 KBWorks with firefox 48.0 and later, android 48.0 to 68.*Use the page title as the filename when downloading tabs that are web page.
Convert to using ES6 modules.Source code released under Mozilla Public License 2.0
Version 0.9.9
Released Sep 26, 2017 - 68.08 KBWorks with firefox 48.0 and later, android 48.0 to 68.*General cleanup and improvements with much smaller file sizeSource code released under Mozilla Public License 2.0