Goto Github Repo

Fast access to github repos you have visited

Goto Github Repoとは何ですか?

Goto Github Repoはoctref.devによって開発されたChromeの拡張機能で、その主な機能は「Fast access to github repos you have visited」です。

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

screenshot

Goto Github Repo拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Goto github repo pages from Omnibox.

Github repo at https://github.com/octref/goto-github-repo                    

拡張機能の基本情報

名前 Goto Github Repo Goto Github Repo
ID jdjgledckgjldgndcmjjakfjmikopghp
公式URL https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp
説明 Fast access to github repos you have visited
ファイルサイズ 161 KB
インストール数 103
現在のバージョン 0.5.0
最終更新日 2016-03-22
公開日 2016-03-21
評価 5.00/5 合計 1 レビュー
開発者 octref.dev
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Goto Github Repo",
    "description": "Fast access to github repos you have visited",
    "version": "0.5.0",
    "background": {
        "scripts": [
            "lodash.min.js",
            "helper.js",
            "background.js"
        ],
        "persistent": false
    },
    "permissions": [
        "history",
        "storage",
        "tabs"
    ],
    "omnibox": {
        "keyword": "gh"
    },
    "icons": {
        "128": "images\/logo.png",
        "16": "images\/octo.png"
    },
    "manifest_version": 2
}