All Projects → Justineo → Github Hovercard

Justineo / Github Hovercard

Licence: other
Neat hovercards for GitHub.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
stylus
462 projects

Projects that are alternatives of or similar to Github Hovercard

Spotify Lyrics
🎉 Desktop Spotify Web Player Instant Synchronised Lyrics
Stars: ✭ 162 (-90.21%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, edge-extension, safari-extension
Ccsearch Browser Extension
Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 92 (-94.44%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, edge-extension, opera-extension
slack-channels-grouping
Chrome extension. Grouping slack channels.
Stars: ✭ 69 (-95.83%)
Mutual labels:  firefox-addon, opera-extension, browser-extension, edge-extension
quickjira
🚤 📂 Quickly access the JIRA of your choice by typing the ticket id
Stars: ✭ 65 (-96.07%)
Mutual labels:  firefox-addon, opera-extension, browser-extension, edge-extension
Simplified Twitter
Remove distractions from the new Twitter layout. Extension for Chrome, Firefox, Safari, Edge & More
Stars: ✭ 111 (-93.29%)
Mutual labels:  chrome-extension, firefox-addon, edge-extension, safari-extension
security.txt
ℹ️ Cross-platform browser extension for discovering security.txt and humans.txt files.
Stars: ✭ 15 (-99.09%)
Mutual labels:  firefox-addon, opera-extension, browser-extension, edge-extension
ccsearch-browser-extension
[PROJECT TRANSFERRED] Cross-Browser extension to search, filter and use images in the public domain and under Creative Commons licenses.
Stars: ✭ 115 (-93.05%)
Mutual labels:  firefox-addon, opera-extension, browser-extension, edge-extension
briskine
Write faster with templates and keyboard shortcuts.
Stars: ✭ 88 (-94.68%)
Mutual labels:  safari-extension, firefox-addon, opera-extension, edge-extension
GladiatusCrazyAddon
A browser addon for the Gladiatus browser game.
Stars: ✭ 31 (-98.13%)
Mutual labels:  firefox-addon, opera-extension, browser-extension, edge-extension
Read Aloud
An awesome browser extension that reads aloud webpage content with one click
Stars: ✭ 444 (-73.17%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, edge-extension
Save To The Wayback Machine
Browser extension for quickly saving web pages to the Internet Archive's Wayback Machine.
Stars: ✭ 83 (-94.98%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, opera-extension
Npmhub
🔎 A browser extension to explore npm dependencies on GitHub repos
Stars: ✭ 542 (-67.25%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, safari-extension
Network Plus
DevTools for network recording, modification and resending.
Stars: ✭ 122 (-92.63%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension, edge-extension
Bulkurlopener
Bulk URL Opener is an application that provides the user with multiple utilities to help with managing and using large amounts of urls
Stars: ✭ 29 (-98.25%)
Mutual labels:  chrome-extension, firefox-addon, opera-extension
Authautofill
한국 휴대전화 본인인증 서비스 자동완성 브라우저 확장 프로그램 Browser Extension for Korea SMS Authentication
Stars: ✭ 22 (-98.67%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Dotgit
An extension for checking if .git is exposed in visited websites
Stars: ✭ 96 (-94.2%)
Mutual labels:  chrome-extension, firefox-addon, browser-extension
Edgetranslate
A translation extension.
Stars: ✭ 972 (-41.27%)
Mutual labels:  chrome-extension, firefox-addon, edge-extension
Just Read
A customizable read mode web extension.
Stars: ✭ 874 (-47.19%)
Mutual labels:  chrome-extension, firefox-addon, edge-extension
Prometheus Formatter
Browser extension which makes plain Prometheus metrics easier to read
Stars: ✭ 34 (-97.95%)
Mutual labels:  chrome-extension, firefox-addon, edge-extension
Gitako
🐙 File tree extension for GitHub on Chrome & Firefox & Edge
Stars: ✭ 975 (-41.09%)
Mutual labels:  chrome-extension, firefox-addon, edge-extension

GitHub Hovercard

Neat hovercards for GitHub.

Installation

Published versions

Manual installation

FAQ

  • Why and how should I bind my access token and which scopes should I allow?

    GitHub limits unauthenticated API requests to 60 per hour but after binding your access token you will be able to enjoy the rate limit of 5,000 requests per hour.

    Triple click on any hovercard and the access token form will pop out.

    You should at lease add permission for public_repo to enable star/unstar, and user:follow to enable follow/unfollow.

  • How can I make the follow/unfollow button work?

    First you need to provide an access token with adequate scopes.

  • Why Chrome warns me the extension might read my browser history?

    It's because GitHub Hovercard uses webNavigation module to dynamically inject content scripts (to support GitHub Enterprise). See #34. GitHub Hovercard won't track or record any of these private data.

  • Why can GitHub Hovercard's demo page find out I have installed the extension or not?

    In Chrome/Opera it's allowed to get this information through the API while in Firefox the extension will add a special attribute (data-github-hovercard) to the page's body element so that the demo page can find out if the user has installed GitHub Hovercard. It's all about user experience and the extension itself won't track or record these data.

  • 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.

  • Theme

    The theme of hovercards. Defaults to GitHub-style hovercards. You can set it back to the classic dark style in the options.

  • 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.

  • Disable Projects

    You can disable hovercards on project pages for less interference.

  • Placement

    You can set the default placement of the hovercards.

  • Readme

    You may disable readme content for repo cards if you don't need it.

  • Show self

    You may choose if you want to show user hovercard for yourself.

Screenshots

Users in trending repo avatars

Users in feeds

Repos in feeds

Issues

Pull requests

Commits

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].