DCO GitHub UI
DCO signoff for GitHub UI
Apa itu DCO GitHub UI?
DCO GitHub UI adalah ekstensi Chrome yang dikembangkan oleh Scott Rigby, dan fitur utamanya adalah "DCO signoff for GitHub UI".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi DCO GitHub UI
Unduh file ekstensi DCO GitHub UI 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
This Chrome extension adds DCO Signed-off-by line to commits made with the GitHub browser UI.
Informasi Dasar Ekstensi
Nama | DCO GitHub UI |
ID | onhgmjhnaeipfgacbglaphlmllkpoijo |
URL Resmi | https://chromewebstore.google.com/detail/dco-github-ui/onhgmjhnaeipfgacbglaphlmllkpoijo |
Deskripsi | DCO signoff for GitHub UI |
Ukuran File | 20.58 KB |
Jumlah Instalasi | 203 |
Versi Saat Ini | 1.1.0 |
Terakhir Diperbarui | 2020-08-16 |
Tanggal Publikasi | 2018-09-20 |
Penilaian | 4.00/5 Total 1 Penilaian |
Pengembang | Scott Rigby |
[email protected] | |
Tipe Pembayaran | free |
Situs Ekstensi | https://github.com/scottrigby/dco-gh-ui |
URL Halaman Bantuan | https://github.com/scottrigby/dco-gh-ui/blob/master/README.md |
Bahasa yang Didukung | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "DCO GitHub UI", "version": "1.1.0", "description": "DCO signoff for GitHub UI", "options_ui": { "page": "options.html", "open_in_tab": false }, "permissions": [ "storage" ], "icons": { "16": "images\/dco-gh-ui-16.png", "32": "images\/dco-gh-ui-32.png", "48": "images\/dco-gh-ui-48.png", "96": "images\/dco-gh-ui-96.png", "128": "images\/dco-gh-ui-128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/github.com\/*" ] } ] } |