Skip to content

This repository is managed in Terraform

Notifications You must be signed in to change notification settings

connormaglynn/developer-navigation-browser-plugin

Repository files navigation

Developer Navigation Plugin

A browser exstention that generates contextual links to relevant developer tooling.

Developer Navigation Plugin Installed


How it works

The plugin works by reading the current URL the browser has loaded and extracting out the Organisation and Project information from the URL.

Using this information, the plugin generates links to other tools by combining with the Organisation and Project with a base URL for other tools.

Example

Supported Tools

  • Github
  • CircleCI
    • Defaults to main branch

Running Locally For Development

Clone this repository

git clone https://github.com/connormaglynn/developer-navigation-browser-plugin.git

Install dependencies

npm install

Start development build

This will create development build in ./build/chrome-mv3-dev and a plasmo live reload session. So any changes made will be reflected instantly in the browser.

npm run dev

Load development build in browser

  • Go to chrome://extensions/
  • Click Load Unpacked
  • Select development build folder (./build/chrome-mv3-dev)

Releases

No releases published

Packages

No packages published