'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 |
| 官方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\/*"
]
}
]
} | |