/github-hovercard

Neat user/repo/issue hovercards for GitHub.

Primary LanguageJavaScriptMIT LicenseMIT

GitHub Hovercard

Neat user/repo/issue hovercards for GitHub.

Installation

FAQ

  • Why access token doesn't work?

    Now GitHub Hovercard is saving user's private access token into localStorage. localStorage has a limit of 5MB and the problem might be other extensions have consumed too much storage that GitHub Hovercard failed to save access tokens.

Options

For browser extension versions, GitHub Hovercard provide following options:

  • Domain

    Use this option to set custom domains for your GitHub Enterprise service. Note that you don't need to set github.com because it's always included. You may be asked to grant additional permissions for those domains.

  • Delay

    If you don't want the hovercards to pop up instantly, you may set a delay before they try to retrieve data and appear.

Screenshots

Avatars in trending repos

Repo names in activity messages

Users/organizations in repo title

Repo names in activity feed

Forked repos

User/organization links in any place

Repo links in any place

Issue in news feed

Known issues

For unauthenticated requests, GitHub API has a fairly low request limit.

In later versions I might introduce access tokens to increase this limit.

Working on it.

Authentication is supported from v0.0.7.

Acknowledgements