Go Links
Fast accessing your websites with a personal URL shortener
What is Go Links?
Go Links is a Chrome extension developed by Hieu Pham, and its main feature is "Fast accessing your websites with a personal URL shortener".
Extension Screenshots
Download Go Links Extension CRX File
Download Go Links extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Enhance your browsing experience with Go Links. Bookmark your favorite websites and fast access with a URL shortener (go/). Sync over your Google account.
Extension Basic Information
Name | Go Links |
ID | gojgbkejhelijlkgpmlbbkklljgmfljj |
Official URL | https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj |
Description | Fast accessing your websites with a personal URL shortener |
File Size | 535 KB |
Installation Count | 188 |
Current Version | 0.0.4 |
Last Updated | 2021-05-15 |
Publish Date | 2020-05-20 |
Rating | 5.00/5 Total 3 Ratings |
Developer | Hieu Pham |
[email protected] | |
Payment Type | free |
Supported Languages | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Go Links", "version": "0.0.4", "description": "Fast accessing your websites with a personal URL shortener", "background": { "page": "linkify.html", "persistent": true }, "icons": { "128": "icons\/128x128.png" }, "browser_action": { "default_title": "Go Links", "default_popup": "popup\/popup.html", "default_icon": { "16": "icons\/16x16.png", "48": "icons\/48x48.png" } }, "permissions": [ " |