Skip to content

Frozenfire92/Pages2Repo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pages2Repo

Address Bar

A simple chrome extension that checks the current tab if it is a GitHub pages link (username.github.io[/reponame]). If one is found it will query the GitHub API for info about the repository. You can then click the repository icon in the address bar for a popup with info about the repository as well as links to

  • Owners profile (image)
  • Repository page
  • Stars
  • Watchers
  • Forks
  • Issues
  • SSH/HTTPS Clone url (clicking the button will copy to your clipboard (new versions of chrome only?))

Popup

Install

Download from the chrome webstore

Development

Release

Uses Grunt to minify code, bump version number, and create a zip

npm install
grunt build