https://github.com/spite/list-issues
List all issues from Github repos from the logged in user
https://github.com/spite/list-issues
chrome-extension github issues
Last synced: 9 months ago
JSON representation
List all issues from Github repos from the logged in user
- Host: GitHub
- URL: https://github.com/spite/list-issues
- Owner: spite
- License: mit
- Created: 2016-04-12T15:29:16.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-10-26T12:56:42.000Z (over 8 years ago)
- Last Synced: 2025-04-01T03:35:32.081Z (10 months ago)
- Topics: chrome-extension, github, issues
- Language: JavaScript
- Size: 260 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# List issues
Chrome extension to list all open issues from the repositories of the logged in user.

[Click here to install from Chrome Store](https://chrome.google.com/webstore/detail/list-issues/oidjbkhcaokjgihpbcbfhlmfegagohal)
# How it works
The extension doesn't use Github API or OAuth. It simply fetches github.com, tries to get the currently logged in user, loads the repositories page and loads an issues page with a query containing all the user's repos.
To do that the extension requires access to github.com, and the permissions for that are stated like this:

Even though it's only used to read two pages.
The extension won't work if there isn't a logged in session.
#### License ####
MIT licensed
Copyright (C) 2016 Jaume Sanchez Elias, http://www.clicktorelease.com