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! 擴展基本資訊
| 名稱 | |
| ID | cfeilalkgohnnakmnemlmacmphkgfkkm |
| 官方網址 | 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"
]
} | |