'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是由Grønnestad開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載'Clone in GitHub for Windows' for Bitbucket擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Changes:
- Fix for bitbucket.org HTML changes 擴展基本資訊
| 名稱 | |
| ID | dajidcoddikehcffddfdkknkkpagfjpf |
| 官方網址 | 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\/*"
]
}
]
} | |