Gitlab Git Clone
Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Wat is Gitlab Git Clone?
Gitlab Git Clone is een Chrome-extensie ontwikkeld door pt1602schannel, en de belangrijkste functie is "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".
Extensie Screenshots
Download het CRX-bestand van de extensie Gitlab Git Clone
Download Gitlab Git Clone-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
This is extension is NOT officially from the gitlab team.
Contribute: https://github.com/pt1602/gitlab-git-clone Basisinformatie over de Extensie
| Naam | |
| ID | niofneadkfofccgnfmofgpbppfhbkgmg |
| Officiële URL | https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg |
| Beschrijving | Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal. |
| Bestandsgrootte | 44.55 KB |
| Aantal Installaties | 62 |
| Huidige Versie | 1.6 |
| Laatst Bijgewerkt | 2024-02-15 |
| Publicatiedatum | 2022-06-09 |
| Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
| Ontwikkelaar | pt1602schannel |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://github.com/pt1602/gitlab-git-clone |
| Help Pagina-URL | https://github.com/pt1602/gitlab-git-clone/issues |
| Ondersteunde Talen | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Gitlab Git Clone",
"description": "Adds 'git clone' to the ssh\/https clone url, so you simply can copy and paste it into your terminal.",
"version": "1.6",
"manifest_version": 3,
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"js\/frontend.js"
]
}
],
"icons": {
"16": "assets\/icons\/gitlab-git-clone-logo16x.png",
"48": "assets\/icons\/gitlab-git-clone-logo48x.png",
"128": "assets\/icons\/gitlab-git-clone-logo.png"
},
"action": {
"default_popup": "default_popup\/index.html"
},
"options_page": "options_page\/index.html",
"permissions": [
"storage"
]
} | |