Skip to content

zaidmukaddam/onlinks

Repository files navigation

👋 OnLinks

Onlinks Graphic!


🚀 Where to install

This extension is available on:


A browser extension for gathering, organizing, and inspecting all the links on a web page.

Local development

Before making edits you will need to build the extension locally and side load it as a developer extension to test any changes.

At the moment, v3 and v2 manifest API conflicts are making things difficult. The Rollup config programmatically compiles two different versions depending on the manifest. For Chrome, the v3 manifest in the dist folder is the one to load. For Firefox, you will need to build and load the zipped release version with yarn release.

1. Clone the repo

Clone the repo to your local machine and navigate into the root directory.

cd onlinks

2. Install dependencies

Onlinks uses yarn to build the necessary dependencies.

yarn

3. Start and watch a build

For development with automatic reloading:

yarn start

This will build to the dist folder. To load the extension, open the Extensions Dashboard, enable "Developer mode", click "Load unpacked", and choose the dist/v3-manifest folder.

When you make changes in src the background script and any content script will reload automatically.

4. Start the server

You'll need to start up the server to make fetch calls and check statuses. To build content from the src/api folder, run:

yarn watch

This will startup the server and restart it any time a change is recompiled from rollup.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published