Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/anthonyec/powerlet
⚡️ Chrome Extension to quickly find and run bookmarklets
https://github.com/anthonyec/powerlet
bookmarklet bookmarklets chrome-extension productivity reactjs userscripts utility
Last synced: 10 days ago
JSON representation
⚡️ Chrome Extension to quickly find and run bookmarklets
- Host: GitHub
- URL: https://github.com/anthonyec/powerlet
- Owner: anthonyec
- License: mit
- Created: 2019-08-05T15:38:50.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2024-06-17T20:36:54.000Z (5 months ago)
- Last Synced: 2024-10-10T23:52:51.892Z (26 days ago)
- Topics: bookmarklet, bookmarklets, chrome-extension, productivity, reactjs, userscripts, utility
- Language: JavaScript
- Homepage:
- Size: 2.18 MB
- Stars: 61
- Watchers: 3
- Forks: 1
- Open Issues: 10
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
**Chrome Extension to quickly find and run bookmarklets.**
Available on **[Chrome Web Store](https://chrome.google.com/webstore/detail/powerlets/ofecodkcadbenmiknnidnfepbblapgkn)**
## Requirements
- NodeJS >=10.16
- Google Chrome or Firefox## Setup
Create an `.env` file at the root of this repo directory.
Currently the only environment variable is `STATS_DOMAIN` and is **not required** to run the project.
```bash
$ touch .env
```Install the dependencies.
```bash
$ npm i
```Run build to compile the extension to `./dist`.
```bash
$ npm run build
```After the extension has been built, [load it in a browser.](#loading-extension-in-web-browser-locally)
## Loading extension in web browser locally
❗️Run the build script at least once before loading extensions into the browser.
### Google Chrome
- Navigate to `chrome://extensions/`
- Toggle on "Developer mode"
- Click "Load unpacked"
- Select the `/dist` folder### Firefox
- Navigate to `about:debugging#/runtime/this-firefox`
- Click "Load Temporary Add-on..."
- Select any file in the `/dist` folder## Documentation
- [Development setup](./docs/development.md)
- [Privacy policy](./docs/privacy.md)