Skip to content
This repository has been archived by the owner on Jan 24, 2020. It is now read-only.
/ bmLaunch Public archive

a Firefox add-on which acts as launchpad for bookmarks

Notifications You must be signed in to change notification settings

yafp/bmLaunch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License

Logo bmLaunch

About

bmLaunch is a Firefox AddOn which acts as launchpad for your bookmarks. It loads all bookmarks into a filterable table for easy access.

UI

Why

I was in need for a Firefox-AddOn playground - simple as that.

Keyboard & Shortcuts

  • ESC - Jumps focus to search or resets the content of search

Developers (on Linux)

Installing Requirements

  1. Requirements: npm & jpm

sudo apt install npm

sudo npm install jpm --global

Run Addon while developing

  1. Navigate to the project folder
  2. Run addon in a new empty temporary firefox profile

jpm run -b $(which firefox)

Run Addon-Tests while developing

  1. Navigate to the project folder
  2. Run addon in a new empty temporary firefox profile

jpm test -b $(which firefox)

Generating a build

  1. Generate an .xpi

jpm xpi

Installing unsigned addons

set

xpinstall.signatures.required

to

false

in about:config

Troubleshooting

  1. /usr/bin/env: node: No such file or directory

ln -s /usr/bin/nodejs /usr/bin/node

About

a Firefox add-on which acts as launchpad for bookmarks

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published