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
Eメール [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"
    ]
}