Git Git Hooray
Celebrate first time contributors on GitHub
Apa itu Git Git Hooray?
Git Git Hooray adalah ekstensi Chrome yang dikembangkan oleh Paul Molluzzo, dan fitur utamanya adalah "Celebrate first time contributors on GitHub".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Git Git Hooray
Unduh file ekstensi Git Git Hooray 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
Celebrate first time contributors on GitHub! Click on the new "First-time contributor" `span` to add a dash of emoji sprinkles to the page! 🎉
Informasi Dasar Ekstensi
Nama | Git Git Hooray |
ID | hdonhjpoakhlbpmehiogeaknnfdlgnad |
URL Resmi | https://chromewebstore.google.com/detail/git-git-hooray/hdonhjpoakhlbpmehiogeaknnfdlgnad |
Deskripsi | Celebrate first time contributors on GitHub |
Ukuran File | 24.91 KB |
Jumlah Instalasi | 14 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2017-03-27 |
Tanggal Publikasi | 2017-03-27 |
Pengembang | Paul Molluzzo |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/paulmolluzzo/git-git-hooray |
URL Halaman Bantuan | https://github.com/paulmolluzzo/git-git-hooray/issues |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Git Git Hooray", "version": "1.1.0", "description": "Celebrate first time contributors on GitHub", "homepage_url": "https:\/\/github.com\/paulmolluzzo\/git-git-hooray", "manifest_version": 2, "minimum_chrome_version": "49", "permissions": [ "https:\/\/github.com\/*" ], "icons": { "128": "icon.png" }, "content_scripts": [ { "run_at": "document_start", "matches": [ "https:\/\/github.com\/*" ], "css": [ "content.css" ], "js": [ "content.js" ] } ] } |