Goto Github Repo

Fast access to github repos you have visited

Was ist Goto Github Repo?

Goto Github Repo ist eine Chrome-Erweiterung, die von octref.dev entwickelt wurde, und ihr Hauptmerkmal ist "Fast access to github repos you have visited".

Erweiterungsscreenshots

screenshot

Goto Github Repo-Erweiterungs-CRX-Datei herunterladen

Laden Sie Goto Github Repo-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Goto github repo pages from Omnibox.

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

Grundlegende Informationen zur Erweiterung

Name Goto Github Repo Goto Github Repo
ID jdjgledckgjldgndcmjjakfjmikopghp
Offizielle URL https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp
Beschreibung Fast access to github repos you have visited
Dateigröße 161 KB
Installationsanzahl 103
Aktuelle Version 0.5.0
Letztes Update 2016-03-22
Veröffentlichungsdatum 2016-03-21
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler octref.dev
Zahlungsart free
Unterstützte Sprachen 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
}