Skip to content

hadii-tech/striff-browser-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Browser extension to display striff diagrams on GitHub

Getting Started

  1. Install extension from chrome webstore, if you haven't.
  2. Go to https://github.com/settings/tokens to generate your personal access token.
  • Check repo scope to enable this extension on private repo.
  1. Click on the Github striff extension (this extension)'s icon aside the address bar.
  2. Paste your access token there in the prompt box.

Temporarily override then token

You can set x-github-token in localStorage to your access token, and the extension will use this value even if you've previously set token.

localStorage.setItem('x-github-token', '<token>')

and then remove it to use previously set token;

localStorage.removeItem('x-github-token')

Development

  1. Clone this repo
  2. Go to chrome extensions chrome://extensions
  3. Enable developer mode
  4. Click on load unpacked extension and select this cloned repo

About

Chrome extensions for viewing striffs in GitHub Pull Requests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published