Skip to content

Latest commit

 

History

History
64 lines (38 loc) · 3.55 KB

README.md

File metadata and controls

64 lines (38 loc) · 3.55 KB

Github Stars - Find out the stars and languages of a repo from its link | Product Hunt

Github Stars Extension

See the stars of a Github repository while hovering over its link without needing to navigate to it.

Why?

Many a times when we are on the website of a library or framework, we want to see the number of stars earned by it on its github repository. To do this we usually click on the github link on their website, navigate to the tab, see the stars and navigate back to the website. But this is a long process and I somethimes wish that the stars were right alongside the github link. So this extension was created. While just hovering over a link, you can see the stars earned by the repository and there is no need to navigate to the link.

Installation

You can directly install it from the Chrome Web Store here or install it manually by following the steps below.

Step 1: Download the source code

Method 1:

Download from Github

  1. Download the source code directly from Github
  2. Extract the zip file to a folder

Method 2:

  1. Clone this repository using this command -
git clone https://github.com/SuPythony/Github-Stars-Extension

Step 2: Load the extension in chrome

  1. Goto chrome://extensions in chrome.

Enable Developer Mode

  1. Enable Developer Mode

Click on Load Unpacked

  1. Click on Load Unpacked
  2. Browse for the folder with the code and upload it
  3. The extension will be installed!

Usage

You can goto any website and hover over any github repository link, and the extension will fetch the stars and show them in the tooltip. You can also click on the extension icon and then in the popup you can select whether to show the languages too. If selected, the extension will show the languages of the repository along with the stars. You can also enable prefetch which, when enabled, loads the data as soon as the webpage is loaded. After enabling this you won't have to wait for the data to be fetched after hovering over the link.

If you get a rate limiting error you can provide an access token in the popup and that will be used for the requests. You don't need to provide any access scopes to the token. It is not collected and only stored locally.


Contributing

If you find any errors, you can raise an issue here. You can also raise new feature requests. You are welcome to make a pull request to solve any issue or add a new feature.

This extension is not affiliated with GitHub in any way.