Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to build Fauxbar from source code? #69

Closed
clarkwang opened this issue Jan 25, 2022 · 2 comments
Closed

How to build Fauxbar from source code? #69

clarkwang opened this issue Jan 25, 2022 · 2 comments
Labels

Comments

@clarkwang
Copy link

Trying to fix #68 since it looks quite simple but I'm not a web developer and don't know how to build the extension from source. Any instructions?

@ChrisNZL
Copy link
Owner

  1. Click the green Code button and grab a copy of the Fauxbar repo (or fork it). I like using GitHub Desktop. Or download the ZIP file of the repo and extract to somewhere.

image

  1. In Chrome, open chrome://extensions/.

  2. Disable your current Fauxbar or Fauxbar Lite extension.

  3. Enable Developer mode in the top-right.

  4. Click the Load unpacked button.

  5. Navigate to the directory where you saved or extracted the repo, and choose the Fauxbar\Fauxbar folder. Fauxbar will then show its icon but have a red/orange icon overlapping it, signifying it's an "unpacked" extension.

  6. Edit the scripts as desired. Depending on what you're editing, sometimes you can refresh a page with Ctrl+R to load the changes; otherwise you'll need to click the 🔄 (reload/refresh) icon to reload the entire extension:
    image

  7. If you need to test Fauxbar Lite specifically, check out the //// comments within manifest.json.

@clarkwang
Copy link
Author

Cool it does not need to be built. *<space> in address box is now working. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants