Go Links

Fast accessing your websites with a personal URL shortener

什麼是Go Links?

Go Links是由Hieu Pham開發的Chrome擴展程式,該擴展的主要功能是“Fast accessing your websites with a personal URL shortener”。

擴展截圖

screenshot
screenshot
screenshot

下載Go Links擴展crx文件

下載Go Links擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

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

擴展基本資訊

名稱 Go Links Go Links
ID gojgbkejhelijlkgpmlbbkklljgmfljj
官方網址 https://chromewebstore.google.com/detail/go-links/gojgbkejhelijlkgpmlbbkklljgmfljj
簡介 Fast accessing your websites with a personal URL shortener
檔案大小 535 KB
安裝次數 188
目前版本 0.0.4
更新時間 2021-05-15
上架時間 2020-05-20
評分 5.00/5 共 3 次評分
開發者 Hieu Pham
電子郵箱 [email protected]
付費類型 free
支援的語言 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"
    ]
}