https://github.com/ishu3101/gist-it
A Chrome Extension that lets you easily embed files from a github repository like a gist from a context menu.
https://github.com/ishu3101/gist-it
addon chrome chrome-extension gist github javascript
Last synced: 7 months ago
JSON representation
A Chrome Extension that lets you easily embed files from a github repository like a gist from a context menu.
- Host: GitHub
- URL: https://github.com/ishu3101/gist-it
- Owner: ishu3101
- Created: 2013-01-25T23:10:17.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2016-12-07T23:03:44.000Z (about 9 years ago)
- Last Synced: 2025-04-10T09:48:03.938Z (10 months ago)
- Topics: addon, chrome, chrome-extension, gist, github, javascript
- Language: JavaScript
- Size: 433 KB
- Stars: 11
- Watchers: 4
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Gist It
A Chrome Extension that lets you easily embed files from a github repository into any webpage just like a gist from a context menu.
## Demo
![alt text][Demo]
## Download
[Download and install the extension](https://chrome.google.com/webstore/detail/gist-it/gmemoangmfinnplfifcjjdfeapdfgjkg) from the Chrome Web Store
## Usage
1. Visit the github repository page where the file is located.
2. Right Click on the file link which you would like to embed in your website.
3. Select **Gist It** from the context menu
4. The HTML code has been copied onto the clipboard.
**Note: The context menu is only shown when you right click on the links on pages which begin with https://github.com/**
[Demo]: demo.gif "Demo"