Github to Sourcetree
Clone a github project in sourcetree
什么是Github to Sourcetree?
Github to Sourcetree是由vanlooverenkoen开发的Chrome扩展程序,该扩展的主要功能是“Clone a github project in sourcetree”。
扩展截图
下载Github to Sourcetree扩展crx文件
下载Github to Sourcetree扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
You can clone a repo right from Github to Sourcetree. 扩展基本信息
| 名称 | |
| ID | kjgnnlbigeipgoggihbjofafccadkihi |
| 官方URL | https://chrome.google.com/webstore/detail/github-to-sourcetree/kjgnnlbigeipgoggihbjofafccadkihi |
| 简介 | Clone a github project in sourcetree |
| 文件大小 | 16.82 KB |
| 安装次数 | 101 |
| 当前版本 | 1.0.1 |
| 更新时间 | 2019-05-26 |
| 上架时间 | 2019-05-26 |
| 评分 | 3.00/5 共2次评分 |
| 开发者 | vanlooverenkoen |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | http://vanlooverenkoen.be |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github to Sourcetree",
"description": "Clone a github project in sourcetree",
"version": "1.0.1",
"manifest_version": 2,
"content_scripts": [
{
"matches": [
"https:\/\/github.com\/*"
],
"js": [
"script.js"
]
}
],
"icons": {
"16": "icon\/icon16.png",
"48": "icon\/icon48.png",
"128": "icon\/icon128.png"
}
} | |