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
}