WebCull Bookmark Manager version history - 2 versions
WebCull Bookmark Manager by WebCull
WebCull Bookmark Manager version history - 2 versions
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 4.4.14
Released May 30, 2025 - 4.85 MBWorks with firefox 109.0a1 and laterSource code released under All Rights Reserved
Download Firefox and get the extensionYou’ll need Firefox to use this extensionOlder versions
Version 4.4.8
Released May 1, 2025 - 4.85 MBWorks with firefox 109.0a1 and laterTest instructions for extension reviewers
Test Account CredentialsUsername: testuserfirefox@webcull.com
Password: 123qwe123qwe
Testing Environment- The extension has been tested with:
- macOS Ventura
- MacOS Node v20.6.1
- ubuntu-22.04.3-live-server-arm64
- Ubuntu Server Node v12.22.9
- Install nodejs and npm
sudo apt update
sudo apt install nodejs
sudo apt install npm
- Install project dependencies
cd app
npm install
Building the App & ExtensionIn the app/browser-extension folder run the following command to build the extension for Firefox in production mode:
cd app/browser-extension
sh build.sh
Locating the Compiled CodeAfter building, you can find the compiled code at app/browser-extension which is the same directory as the build.sh script is in.
Source code released under All Rights Reserved