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 هو إضافة Chrome تم تطويرها بواسطة pt1602schannel، والميزة الرئيسية لها هي "Adds 'git clone' to the ssh/https clone url, so you simply can copy and paste it into your terminal.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Gitlab Git Clone
قم بتنزيل ملفات الامتداد Gitlab Git Clone بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | 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" ] } |