Go Links

Fast accessing your websites with a personal URL shortener

Hvad er Go Links?

Go Links er en Chrome-udvidelse udviklet af Hieu Pham, og dens hovedfunktion er "Fast accessing your websites with a personal URL shortener".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot

Download Go Links-udvidelses-CRX-fil

Download Go Links-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

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

Grundlæggende oplysninger om udvidelsen

Navn Go Links Go Links
ID gojgbkejhelijlkgpmlbbkklljgmfljj
Officiel URL https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj
Beskrivelse Fast accessing your websites with a personal URL shortener
Filstørrelse 535 KB
Antal Installationer 188
Nuværende Version 0.0.4
Senest Opdateret 2021-05-15
Udgivelsesdato 2020-05-20
Bedømmelse 5.00/5 Samlet 3 Bedømmelser
Udvikler Hieu Pham
E-mail [email protected]
Betalingsmetode free
Understøttede Sprog 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"
    ]
}