Skip to content

Commit 3f13ab4

Browse files
committed
Add installation steps to README.md
1 parent 4e1330d commit 3f13ab4

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,22 @@ type of file with line numbering on GitHub.
5959

6060
<img src="promotional/file_focus_promotional.png" align="center">
6161

62+
## Installation
6263

63-
### FAQ
64+
### Install extension through Chrome Web Store
65+
66+
Soon...
67+
68+
### Install the extension manually on your local machine
69+
70+
1. Download a [release](https://github.com/NickyMateev/Line-Clipper/releases) of your choice and unzip it **OR** clone this repository.
71+
2. Navigate to *chrome://extensions* in your browser. You can also access this page by clicking on the Chrome menu on the top right side of the Omnibox, hovering over **More Tools** and selecting **Extensions**.
72+
3. Check the box next to **Developer Mode**.
73+
4. Click **Load Unpacked Extension** and select the directory where you downloaded and unpacked the plugin.
74+
75+
**Congratulations!** You can now use and play around with the plugin and its source.
76+
77+
## FAQ
6478

6579
Q: *Does this work only when traversing a GitHub project's file tree and looking at different files?*
6680

@@ -73,3 +87,9 @@ Q: *Does it work for all GitHub installations or just the public *https://github
7387

7488
A: The extension works on all kinds of GitHub installations public/private as long as the domain contains
7589
the word *github* in it.
90+
91+
## Notice
92+
93+
**LineClipper** (also known as **Line Clipper for GitHub** in the Chrome Web Store) is not endorsed by GitHub.
94+
95+
GitHub and Chrome are trademarks of their respective owners.

manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Line Clipper for GitHub",
3-
"version": "1.0",
3+
"version": "1.0.0",
44
"description": "Effortlessly copy file paths with their respective line numbers when working on GitHub.",
55
"content_scripts": [{
66
"js": ["traverser.js"],

0 commit comments

Comments
 (0)