Goto Github Repo

Fast access to github repos you have visited

Hvad er Goto Github Repo?

Goto Github Repo er en Chrome-udvidelse udviklet af octref.dev, og dens hovedfunktion er "Fast access to github repos you have visited".

Udvidelsesskærmbilleder

screenshot

Download Goto Github Repo-udvidelses-CRX-fil

Download Goto Github Repo-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Goto github repo pages from Omnibox.

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

Grundlæggende oplysninger om udvidelsen

Navn Goto Github Repo Goto Github Repo
ID jdjgledckgjldgndcmjjakfjmikopghp
Officiel URL https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp
Beskrivelse Fast access to github repos you have visited
Filstørrelse 161 KB
Antal Installationer 103
Nuværende Version 0.5.0
Senest Opdateret 2016-03-22
Udgivelsesdato 2016-03-21
Bedømmelse 5.00/5 Samlet 1 Bedømmelser
Udvikler octref.dev
Betalingsmetode free
Understøttede Sprog 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
}