Gitlab Git Clone
Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.
Gitlab Git Clone क्या है?
Gitlab Git Clone pt1602schannel द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Gitlab Git Clone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This is extension is NOT officially from the gitlab team. Contribute: https://github.com/pt1602/gitlab-git-clone
एक्सटेंशन की मूल जानकारी
नाम | Gitlab Git Clone |
ID | niofneadkfofccgnfmofgpbppfhbkgmg |
आधिकारिक URL | https://chromewebstore.google.com/detail/gitlab-git-clone/niofneadkfofccgnfmofgpbppfhbkgmg |
विवरण | Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal. |
फ़ाइल का आकार | 44.55 KB |
स्थापना संख्या | 62 |
वर्तमान संस्करण | 1.6 |
अंतिम अपडेट | 2024-02-15 |
प्रकाशन तिथि | 2022-06-09 |
रेटिंग | 5.00/5 कुल 2 रेटिंग्स |
डेवलपर | pt1602schannel |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://github.com/pt1602/gitlab-git-clone |
सहायता पृष्ठ URL | https://github.com/pt1602/gitlab-git-clone/issues |
समर्थित भाषाएँ | 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" ] } |