'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 là gì?
'Clone in GitHub for Windows' for Bitbucket là một tiện ích mở rộng Chrome được phát triển bởi Grønnestad, và tính năng chính của nó là "Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng 'Clone in GitHub for Windows' for Bitbucket
Tải xuống các tệp mở rộng 'Clone in GitHub for Windows' for Bitbucket dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
Changes: - Fix for bitbucket.org HTML changes
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | 'Clone in GitHub for Windows' for Bitbucket |
ID | dajidcoddikehcffddfdkknkkpagfjpf |
URL Chính Thức | https://chromewebstore.google.com/detail/clone-in-github-for-windo/dajidcoddikehcffddfdkknkkpagfjpf |
Mô tả | Adds a button to bitbucket.org that simplifies cloning a repository from Bitbucket in the GitHub for Windows application. |
Kích Thước Tệp | 510 KB |
Số Lần Cài Đặt | 149 |
Phiên Bản Hiện Tại | 1.2 |
Cập Nhật Lần Cuối | 2014-02-15 |
Ngày Phát Hành | 2014-02-14 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | Grønnestad |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } ] } |