Go Links

Fast accessing your websites with a personal URL shortener

Wat is Go Links?

Go Links is een Chrome-extensie ontwikkeld door Hieu Pham, en de belangrijkste functie is "Fast accessing your websites with a personal URL shortener".

Extensie Screenshots

screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Go Links

Download Go Links-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Enhance your browsing experience with Go Links. Bookmark your favorite websites and fast access with a URL shortener (go/). Sync over your Google account.                    

Basisinformatie over de Extensie

Naam Go Links Go Links
ID gojgbkejhelijlkgpmlbbkklljgmfljj
Officiële URL https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj
Beschrijving Fast accessing your websites with a personal URL shortener
Bestandsgrootte 535 KB
Aantal Installaties 188
Huidige Versie 0.0.4
Laatst Bijgewerkt 2021-05-15
Publicatiedatum 2020-05-20
Beoordeling 5.00/5 Totaal 3 Beoordelingen
Ontwikkelaar Hieu Pham
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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": [
        "",
        "storage",
        "tabs",
        "unlimitedStorage",
        "webRequest",
        "webRequestBlocking"
    ]
}