Goto Github Repo

Fast access to github repos you have visited

Apa itu Goto Github Repo?

Goto Github Repo adalah ekstensi Chrome yang dikembangkan oleh octref.dev, dan fitur utamanya adalah "Fast access to github repos you have visited".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Goto Github Repo

Unduh file ekstensi Goto Github Repo dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Goto github repo pages from Omnibox.

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

Informasi Dasar Ekstensi

Nama Goto Github Repo Goto Github Repo
ID jdjgledckgjldgndcmjjakfjmikopghp
URL Resmi https://chromewebstore.google.com/detail/goto-github-repo/jdjgledckgjldgndcmjjakfjmikopghp
Deskripsi Fast access to github repos you have visited
Ukuran File 161 KB
Jumlah Instalasi 103
Versi Saat Ini 0.5.0
Terakhir Diperbarui 2016-03-22
Tanggal Publikasi 2016-03-21
Penilaian 5.00/5 Total 1 Penilaian
Pengembang octref.dev
Tipe Pembayaran free
Bahasa yang Didukung 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
}