Skip to content

Chrome extension lets you make select text on any webpage and search for it in GitHub CodeSearch

Notifications You must be signed in to change notification settings

ljacobsson/github-codesearch-chrome-extension

Repository files navigation

GitHub CodeSearch Extensions

Chrome extension that lets you select text and search for it in GitHub CodeSearch.

If you want to make narrow searches to your own choice of GitHub organisations, add them to the GITHUB_REPOS array at the top of src/background.js:

const MY_GITHUB_ORGS = [ "myorg", "my-other-org" ];

Features

Simply right click and select Search GitHub for {my selection}

Demo

Install

To install:

  • Clone the repo, run npm install && npm run build
  • In your browser, go to chrome://extensions
  • Click Load unpacked
  • Browse to and select /build

Contribution

Suggestions and pull requests are welcomed!.


This project was bootstrapped with Chrome Extension CLI

About

Chrome extension lets you make select text on any webpage and search for it in GitHub CodeSearch

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published