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
- Host: GitHub
- URL: https://github.com/jkulton/golinks
- Owner: jkulton
- License: gpl-3.0
- Created: 2025-02-23T23:38:43.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-24T00:23:27.000Z (3 months ago)
- Last Synced: 2025-02-24T00:26:24.843Z (3 months ago)
- Topics: chrome-extension, golinks
- Language: JavaScript
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
![]()