Browser extension for swiftly opening bookmarks and running snippets
- Open the LaunchTile window with Ctrl+Q and start searching
- Results can be navigated using the keyboard (arrow keys + enter)
- Bookmarklets are detected as such and run in the context of the currently open tab
- Additionally, larger JavaScript snippets can be managed on the options page
- Initially, without search query, the most recently created bookmarks are shown
- Dark and light theme, automatically toggled by system preferences
Chrome:
Go to chrome://extensions/shortcuts and look for LaunchTile.
Firefox:
Go to about:addons, click on the cogwheel symbol, choose "Manage Extension Shortcuts" and look for LaunchTile.
Chrome:
# npm install
# npm run build:chrome
Firefox:
# npm install
# npm run build:firefox
# npm install
# npm run serve:chrome # or npm run serve:firefox