Github Pages Extension
Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.
Apa itu Github Pages Extension?
Github Pages Extension adalah ekstensi Chrome yang dikembangkan oleh jan.monschke, dan fitur utamanya adalah "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Github Pages Extension
Unduh file ekstensi Github Pages Extension 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
Informasi Dasar Ekstensi
Nama | Github Pages Extension |
ID | abglkfedjobofmldleaiippfdmefooem |
URL Resmi | https://chromewebstore.google.com/detail/github-pages-extension/abglkfedjobofmldleaiippfdmefooem |
Deskripsi | Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set. |
Ukuran File | 65.59 KB |
Jumlah Instalasi | 28 |
Versi Saat Ini | 1.0.1 |
Terakhir Diperbarui | 2013-01-18 |
Tanggal Publikasi | 2013-01-17 |
Penilaian | 3.00/5 Total 2 Penilaian |
Pengembang | jan.monschke |
Tipe Pembayaran | free |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx", "name": "Github Pages Extension", "version": "1.0.1", "manifest_version": 2, "description": "Adds missing links to the repository page when there is a gh-pages branch in the repo but no homepage is set.", "content_scripts": [ { "js": [ "jquery.js", "content.js" ], "matches": [ "http:\/\/github.com\/*", "https:\/\/github.com\/*" ] } ], "icons": { "48": "icon48.png", "128": "icon.png" } } |