https://github.com/nicosantangelo/github-go-to-line-number
Chrome Extension to find a line number on GitHub files
https://github.com/nicosantangelo/github-go-to-line-number
chrome-extension github javascript
Last synced: about 1 year ago
JSON representation
Chrome Extension to find a line number on GitHub files
- Host: GitHub
- URL: https://github.com/nicosantangelo/github-go-to-line-number
- Owner: nicosantangelo
- License: mit
- Created: 2016-07-18T06:44:41.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2017-04-23T00:34:18.000Z (about 9 years ago)
- Last Synced: 2025-05-06T01:54:37.881Z (about 1 year ago)
- Topics: chrome-extension, github, javascript
- Language: JavaScript
- Homepage: https://goo.gl/l1ZjGp
- Size: 22.5 KB
- Stars: 18
- Watchers: 3
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
#
GitHub go to line number

### What ?
Free and open-source Google Chrome extension which emulates a _go to line number_ modal right into GitHub.
If you ever wanted to find a particular line number on GitHub and grew frustrated because Chrome refuses to find it, this is for you.
The modal is toggled pressing ctrl+g and supports both diffs and single code files. You can cycle throughout the results using the enter key to move forward and shift+enter to move backwards.
If you have suggestions or problems using the extension, please [submit a bug or a feature request](https://github.com/NicoSantangelo/github-go-to-line-number/issues/).
### Installation
You have a few options:
#### Webstore
1. Install it from the [Chrome Web Store](https://chrome.google.com/webstore/detail/github-go-to-line-number/cbpdahjcomdapkaojlbhbbmopbmbecio)
#### .crx
1. Download the **dist.zip** file from the **[latest available version](https://github.com/NicoSantangelo/github-go-to-line-number/releases/tag/v1.0.0)** and unarchive to your preferred location (whichever suits you).
2. Using **Google Chrome**, navigate to `chrome://extensions/`
3. Go to the unarchive **dist.zip** and go to the `/dist` folder.
4. Drop the `github_goto_line.crx` file into the extensions page on Chrome
#### Unpacked extension
1. Download the **[latest available version](https://github.com/NicoSantangelo/github-go-to-line-number/releases/tag/v1.0.0)** and unarchive to your preferred location (whichever suits you).
2. Using **Google Chrome**, navigate to `chrome://extensions/` and enable "Developer mode" in the upper right corner.
3. Click on the Load unpacked extension... button.
4. Browse to the src directory of the downloaded, unarchived release and confirm.
----
Hope you like it! :tophat: