GifLab
Add Gifs easily to your GitLab comments
What is GifLab?
GifLab is a Chrome extension developed by atarin1990, and its main feature is "Add Gifs easily to your GitLab comments".
Extension Screenshots
Download GifLab Extension CRX File
Download GifLab extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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!
Extension Basic Information
Name | GifLab |
ID | cfeilalkgohnnakmnemlmacmphkgfkkm |
Official URL | https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm |
Description | Add Gifs easily to your GitLab comments |
File Size | 7.28 KB |
Installation Count | 51 |
Current Version | 1.1 |
Last Updated | 2021-09-27 |
Publish Date | 2021-09-24 |
Rating | 5.00/5 Total 1 Ratings |
Developer | atarin1990 |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |