GifLab
Add Gifs easily to your GitLab comments
Apa itu GifLab?
GifLab adalah ekstensi Chrome yang dikembangkan oleh atarin1990, dan fitur utamanya adalah "Add Gifs easily to your GitLab comments".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi GifLab
Unduh file ekstensi GifLab 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
Adds Gif option to button bar on GitLab comment section. To makeit work, click on the new button Gif, search your favourite gif and add it as a markdown element!
Informasi Dasar Ekstensi
Nama | GifLab |
ID | cfeilalkgohnnakmnemlmacmphkgfkkm |
URL Resmi | https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm |
Deskripsi | Add Gifs easily to your GitLab comments |
Ukuran File | 7.28 KB |
Jumlah Instalasi | 51 |
Versi Saat Ini | 1.1 |
Terakhir Diperbarui | 2021-09-27 |
Tanggal Publikasi | 2021-09-24 |
Penilaian | 5.00/5 Total 1 Penilaian |
Pengembang | atarin1990 |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GifLab", "description": "Add Gifs easily to your GitLab comments", "version": "1.1", "manifest_version": 2, "icons": { "16": "icon.png", "48": "icon.png", "128": "icon.png" }, "content_scripts": [ { "matches": [ "https:\/\/gitlab.com\/*" ], "js": [ ".\/giflab.js" ], "run_at": "document_end" } ], "web_accessible_resources": [ "gif.svg" ] } |