From 3f13ab4063e2f72e9860e974d3ec58ee1dda0306 Mon Sep 17 00:00:00 2001 From: NickyMateev Date: Thu, 23 Apr 2020 19:26:37 +0300 Subject: [PATCH] Add installation steps to README.md --- README.md | 22 +++++++++++++++++++++- manifest.json | 2 +- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d4ad06a..1235d68 100644 --- a/README.md +++ b/README.md @@ -59,8 +59,22 @@ type of file with line numbering on GitHub. +## Installation -### FAQ +### Install extension through Chrome Web Store + +Soon... + +### Install the extension manually on your local machine + +1. Download a [release](https://github.com/NickyMateev/Line-Clipper/releases) of your choice and unzip it **OR** clone this repository. +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**. +3. Check the box next to **Developer Mode**. +4. Click **Load Unpacked Extension** and select the directory where you downloaded and unpacked the plugin. + +**Congratulations!** You can now use and play around with the plugin and its source. + +## FAQ Q: *Does this work only when traversing a GitHub project's file tree and looking at different files?* @@ -73,3 +87,9 @@ Q: *Does it work for all GitHub installations or just the public *https://github A: The extension works on all kinds of GitHub installations public/private as long as the domain contains the word *github* in it. + +## Notice + +**LineClipper** (also known as **Line Clipper for GitHub** in the Chrome Web Store) is not endorsed by GitHub. + +GitHub and Chrome are trademarks of their respective owners. diff --git a/manifest.json b/manifest.json index 2701677..530f7f7 100644 --- a/manifest.json +++ b/manifest.json @@ -1,6 +1,6 @@ { "name": "Line Clipper for GitHub", - "version": "1.0", + "version": "1.0.0", "description": "Effortlessly copy file paths with their respective line numbers when working on GitHub.", "content_scripts": [{ "js": ["traverser.js"],