-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add user guide
- Loading branch information
Showing
10 changed files
with
122 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,80 @@ | ||
# golinks | ||
# Go Links | ||
A browser extension for creating personal URL shortcuts. Available on Chrome and Firefox. | ||
|
||
## Installation | ||
|
||
### Chrome | ||
|
||
https://chrome.google.com/webstore/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj?h1=en | ||
|
||
### Firefox | ||
|
||
https://addons.mozilla.org/en-US/firefox/addon/go-links/ | ||
|
||
## User Guide to Go Links | ||
|
||
<details> | ||
<summary>How to create a golink?</summary> | ||
|
||
1. Go to the website you want to create the shortcut for. | ||
2. Open Go Links. | ||
3. Expand "Add new shortcut" | ||
4. Fill in a name for your shortcut. | ||
5. Click "Save" button. | ||
|
||
You will then be able to access the same url using that shortcut. See `How to access a website`for instructions. | ||
|
||
![Add shortcut](demo/add_shortcut.gif) | ||
</details> | ||
|
||
<details> | ||
<summary>How to access a website?</summary> | ||
|
||
#### Access via shortcut | ||
1. Type `go/<your-shortcut>` in current tab or in a new tab. | ||
2. You will be redirected to the website linked to that shortcut. | ||
|
||
![Access via shortcut](demo/via_shortcut.gif) | ||
|
||
#### Access via extension popup | ||
1. Open Go Links. | ||
2. Click on the shortcut entry. | ||
3. The website will be opened in a new tab. | ||
|
||
![Access via popup](demo/via_popup.gif) | ||
</details> | ||
|
||
<details> | ||
<summary>How to search for a golink?</summary> | ||
|
||
1. Open Go Links. | ||
2. Click on the search box. | ||
3. Type in your search query. | ||
4. Your search results will be filtered in ascending order. | ||
|
||
![Search example](demo/search.gif) | ||
</details> | ||
|
||
<details> | ||
<summary>How to delete a golink?</summary> | ||
|
||
1. Open Go Links. | ||
2. Move your mouse on the entry that you want to delete. The trash icon will appear on hover. | ||
3. Click on the trash icon. | ||
4. Confirm your selection. | ||
|
||
![Delete shortcut](demo/delete_shortcut.gif) | ||
|
||
</details> | ||
|
||
<details> | ||
<summary>How to overwrite a golink?</summary> | ||
|
||
1. Go to the new website for which you want to use the shortcut. | ||
2. Open Go Links. | ||
3. Expand "Add new shortcut". | ||
4. Type in the shortcut you want to overwrite. | ||
5. Click "Overwrite" button. | ||
|
||
![Delete shortcut](demo/overwrite.gif) | ||
</details> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -137,8 +137,3 @@ body { | |
background-color: #3bad74; | ||
color: white; | ||
} | ||
|
||
/* Help section */ | ||
#section-help { | ||
display: none; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters