'Clone in GitHub for Windows' for Bitbucket
Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.
ما هو 'Clone in GitHub for Windows' for Bitbucket؟
'Clone in GitHub for Windows' for Bitbucket هو إضافة Chrome تم تطويرها بواسطة Grønnestad، والميزة الرئيسية لها هي "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة 'Clone in GitHub for Windows' for Bitbucket
قم بتنزيل ملفات الامتداد 'Clone in GitHub for Windows' for Bitbucket بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Changes: - Fix for bitbucket.org HTML changes
معلومات أساسية عن التمديد
الاسم | 'Clone in GitHub for Windows' for Bitbucket |
ID | dajidcoddikehcffddfdkknkkpagfjpf |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf |
الوصف | Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application. |
حجم الملف | 510 KB |
عدد التثبيتات | 149 |
النسخة الحالية | 1.2 |
آخر تحديث | 2014-02-15 |
تاريخ النشر | 2014-02-14 |
تقييم | 3.00/5 مجموع تقييمات 2 |
المطور | Grønnestad |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "'Clone in GitHub for Windows' for Bitbucket", "description": "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.", "version": "1.2", "icons": { "128": "128.png" }, "content_scripts": [ { "js": [ "jquery.min.js", "background.js" ], "matches": [ "http:\/\/bitbucket.org\/*", "https:\/\/bitbucket.org\/*" ] } ] } |