https://github.com/sdvg/launchtile
Browser extension to search and open/run bookmarks and bookmarklets
https://github.com/sdvg/launchtile
Last synced: about 1 year ago
JSON representation
Browser extension to search and open/run bookmarks and bookmarklets
- Host: GitHub
- URL: https://github.com/sdvg/launchtile
- Owner: sdvg
- Created: 2020-04-07T19:45:28.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-03-18T13:54:16.000Z (over 3 years ago)
- Last Synced: 2025-04-14T10:05:35.929Z (about 1 year ago)
- Language: Vue
- Size: 2.19 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
#
LaunchTile
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
## Install
* [Chrome](https://chrome.google.com/webstore/detail/launchtile/jmcdhjepahpchldnembnbejniokgbbln)
* [Firefox](https://addons.mozilla.org/en-US/firefox/addon/launchtile/)
## Change Hotkeys
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_.
## Build
Chrome:
```
# npm install
# npm run build:chrome
```
Firefox:
```
# npm install
# npm run build:firefox
```
## Development
```
# npm install
# npm run serve:chrome # or npm run serve:firefox
```