All Projects → anthonyec → powerlet

anthonyec / powerlet

Licence: MIT License
⚡️ Chrome Extension to quickly find and run bookmarklets

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
EJS
674 projects

Projects that are alternatives of or similar to powerlet

Tip
Programmable tooltip that can be used with any Mac OS app
Stars: ✭ 798 (+4594.12%)
Mutual labels:  productivity, utility
Synth Shell
Boost your terminal, script by script
Stars: ✭ 217 (+1176.47%)
Mutual labels:  productivity, utility
Slowquitapps
Add a global delay to Command-Q to stop accidental app quits.
Stars: ✭ 916 (+5288.24%)
Mutual labels:  productivity, utility
Goat
POSIX-compliant shell movement boosting hack for real ninjas (aka `cd x` and `cd ...`)
Stars: ✭ 27 (+58.82%)
Mutual labels:  productivity, utility
DropPoint
Make drag-and-drop easier using DropPoint. Drag content without having to open side-by-side windows
Stars: ✭ 303 (+1682.35%)
Mutual labels:  productivity, utility
Goto
Alias and navigate to directories with tab completion in Linux
Stars: ✭ 698 (+4005.88%)
Mutual labels:  productivity, utility
Ridereceipts
🚕 Simple automation desktop app to download and organize your receipts from Uber/Lyft. Try out our new Ride Receipts PRO !
Stars: ✭ 117 (+588.24%)
Mutual labels:  productivity, utility
vscode-snippet-generator
📜 Generate snippets from code in VSCode
Stars: ✭ 31 (+82.35%)
Mutual labels:  productivity, utility
linearmouse
🖱 The mouse and trackpad utility for Mac.
Stars: ✭ 1,151 (+6670.59%)
Mutual labels:  productivity, utility
UnitySettings
Runtime debugging menu (like setting on Android) for Unity.
Stars: ✭ 26 (+52.94%)
Mutual labels:  productivity, utility
launchlet
Make the web yours.
Stars: ✭ 34 (+100%)
Mutual labels:  bookmarklet, userscripts
pino-caller
🌲 Include call site of pino log messages
Stars: ✭ 35 (+105.88%)
Mutual labels:  productivity, utility
flawesome
Productivity Tool
Stars: ✭ 56 (+229.41%)
Mutual labels:  productivity, utility
vscode-jump
🏃‍♂️ Jump/Select to the Start/End of a word in VSCode
Stars: ✭ 67 (+294.12%)
Mutual labels:  productivity, utility
task-completed-checker-action
☑️ A GitHub action that checks if all tasks are completed in the pull requests.
Stars: ✭ 30 (+76.47%)
Mutual labels:  utility
ExecutionMaster
Windows utility for intercepting process creation and assigning standard actions to program startup
Stars: ✭ 54 (+217.65%)
Mutual labels:  utility
chai
Don't let your Mac fall asleep, like a sir
Stars: ✭ 54 (+217.65%)
Mutual labels:  utility
EnhanceDiskUtility
SIMBL plugin for Disk Utility that aims to enable Verify / Repair Permissions support
Stars: ✭ 17 (+0%)
Mutual labels:  utility
vimclip
Never type outside vim again
Stars: ✭ 70 (+311.76%)
Mutual labels:  utility
hapi-dev-errors
A hapi plugin to return better error details and skip the look at command line to catch the issue.
Stars: ✭ 58 (+241.18%)
Mutual labels:  productivity
Powerlet

Chrome Extension to quickly find and run bookmarklets.

Available on Chrome Web Store

Screenshot of the extension showing search results

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.

$ touch .env

Install the dependencies.

$ npm i

Run build to compile the extension to ./dist.

$ npm run build

After the extension has been built, load it in a browser.

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].