go/chrome-extension

URL Shortener

go/chrome-extensionとは何ですか?

go/chrome-extensionはemdgoudieによって開発されたChromeの拡張機能で、その主な機能は「URL Shortener」です。

拡張機能のスクリーンショット

screenshot

go/chrome-extension拡張機能のCRXファイルをダウンロード

go/chrome-extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Shortcut system allowing you to specify a word or name that refers to a website, which can be typed in to the browser after 'go/' to go to that website. Example go/fb/ links to facebook.com                    

拡張機能の基本情報

名前 go/chrome-extension go/chrome-extension
ID bpnjclopmljjlkpjahpjeghdfpefbphg
公式URL https://chromewebstore.google.com/detail/gochrome-extension/bpnjclopmljjlkpjahpjeghdfpefbphg
説明 URL Shortener
ファイルサイズ 326 KB
インストール数 298
現在のバージョン 1.8
最終更新日 2022-06-18
公開日 2020-07-05
評価 1.00/5 合計 1 レビュー
開発者 emdgoudie
Eメール [email protected]
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "go\/chrome-extension",
    "version": "1.8",
    "description": "URL Shortener",
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "popup\/index.html"
    },
    "permissions": [
        "webRequestBlocking",
        "webRequest",
        "storage",
        "*:\/\/go\/*"
    ],
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16.png",
        "48": "icons\/48.png",
        "128": "icons\/128.png"
    }
}