Goto Github Repo

Fast access to github repos you have visited

Wat is Goto Github Repo?

Goto Github Repo is een Chrome-extensie ontwikkeld door octref.dev, en de belangrijkste functie is "Fast access to github repos you have visited".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Goto Github Repo

Download Goto Github Repo-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Goto github repo pages from Omnibox.

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

Basisinformatie over de Extensie

Naam Goto Github Repo Goto Github Repo
ID jdjgledckgjldgndcmjjakfjmikopghp
Officiële URL https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp
Beschrijving Fast access to github repos you have visited
Bestandsgrootte 161 KB
Aantal Installaties 103
Huidige Versie 0.5.0
Laatst Bijgewerkt 2016-03-22
Publicatiedatum 2016-03-21
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar octref.dev
Betalingswijze free
Ondersteunde Talen 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
}