An open API service indexing awesome lists of open source software.

https://github.com/jkulton/golinks

Personal golinks in your Chrome-based browser, without modify DNS settings or running a server
https://github.com/jkulton/golinks

chrome-extension golinks

Last synced: 3 months ago
JSON representation

Personal golinks in your Chrome-based browser, without modify DNS settings or running a server

Awesome Lists containing this project

README

        

## golinks

golinks in your browser, without the need to modify DNS settings or run a server.

This is an unpacked Chrome extension which leverages Chrome's [`declarativeNetRequest`](https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest) to function as an all-in-one golinks system for personal use.

> [!IMPORTANT]
> All golink data is stored **locally** using Chrome's [`storage.local`](https://developer.chrome.com/docs/extensions/reference/api/storage#storage_areas)

For more information about what golinks _are_, see _[Personal go links](https://iafisher.com/blog/2020/10/golinks)_, which served as inspiration for this project.

### Installation

1. Clone this repo
2. Go to **Manage Extensions** in your Chrome-based browser (`chrome://extensions`)
3. Toggle **Developer mode** on, then click **Load unpacked** and select the cloned repo
4. The extension should install and open a welcome message

### Usage

See [WELCOME.md](./WELCOME.md)

### Screenshot