Go Links

Fast accessing your websites with a personal URL shortener

Apa itu Go Links?

Go Links adalah ekstensi Chrome yang dikembangkan oleh Hieu Pham, dan fitur utamanya adalah "Fast accessing your websites with a personal URL shortener".

Screenshot Ekstensi

screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Go Links

Unduh file ekstensi Go Links dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Go Links Go Links
ID gojgbkejhelijlkgpmlbbkklljgmfljj
URL Resmi https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj
Deskripsi Fast accessing your websites with a personal URL shortener
Ukuran File 535 KB
Jumlah Instalasi 188
Versi Saat Ini 0.0.4
Terakhir Diperbarui 2021-05-15
Tanggal Publikasi 2020-05-20
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Hieu Pham
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
    ]
}