GifLab
Add Gifs easily to your GitLab comments
什么是GifLab?
GifLab是由atarin1990开发的Chrome扩展程序,该扩展的主要功能是“Add Gifs easily to your GitLab comments”。
扩展截图
下载GifLab扩展crx文件
下载GifLab扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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!
扩展基本信息
名称 | GifLab |
ID | cfeilalkgohnnakmnemlmacmphkgfkkm |
官方URL | https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm |
简介 | Add Gifs easily to your GitLab comments |
文件大小 | 7.28 KB |
安装次数 | 51 |
当前版本 | 1.1 |
更新时间 | 2021-09-27 |
上架时间 | 2021-09-24 |
评分 | 5.00/5 共1次评分 |
开发者 | atarin1990 |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | 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" ] } |