This is the unofficial Github1s chrome extension which provides a popup and a shortcut key to open the current github repository in Github1s's Visual Studio Code layout. It works either by pressing the key shortcut mentioned below or clicking the extension's button. Motivation behind it is I browse many repositories and it automates the process of changing URLs through a shortcut.
It's a very basic and easy chrome extension that can help you to understand the process of how chrome extensions work and are built.
Although, I can provide a .crx
of the extension to easily install it but Chrome doesn't allow external extensions, only from Chrome store.
- Clone or download this repo as a zip file.
- Extract the files into a folder.
- Open Chrome Extensions Page.
- Select Developer Mode from top-right corner of the tab.
- Click on
Load Unpacked
and select the folder which consists of these files. - Press
Ctrl
+Shift
+Z
to open the curretly opened repository in Github1s or Click on the Extension icon and then, click on Open Github1s.
- Clone the repo.
- Open the
index.html
. - Read the comments and start working.
- Clone the repo.
- Open the
manifest.json
file. - Set your key combo.
This extension, by any means, does not access any of your personal data. It's not even connected to any server and doesn't require internet for any thing. Also, it's not harmful or dangerous for your computer/chrome irrespective of what Chrome warns you about. It's completely open source and free for use.