GifLab
Add Gifs easily to your GitLab comments
Vad är GifLab?
GifLab är en Chrome-tillägg utvecklad av atarin1990, och dess huvudfunktion är "Add Gifs easily to your GitLab comments".
Tilläggsskärmbilder
Ladda ner GifLab-förlängningens CRX-fil
Ladda ner GifLab-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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! Grundläggande Information om Tillägg
| Namn | |
| ID | cfeilalkgohnnakmnemlmacmphkgfkkm |
| Officiell webbadress | https://chromewebstore.google.com/detail/giflab/cfeilalkgohnnakmnemlmacmphkgfkkm |
| Beskrivning | Add Gifs easily to your GitLab comments |
| Filstorlek | 7.28 KB |
| Antal Installationer | 51 |
| Aktuell Version | 1.1 |
| Senast Uppdaterad | 2021-09-27 |
| Publiceringsdatum | 2021-09-24 |
| Betyg | 5.00/5 Totalt 1 Betyg |
| Utvecklare | atarin1990 |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | 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"
]
} | |