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
官方URL 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"
    ]
}