Simply GIT
This extension gives an overview of essential GIT Commands.
什么是Simply GIT?
Simply GIT是由Anell Kumarr Beeram开发的Chrome扩展程序,该扩展的主要功能是“This extension gives an overview of essential GIT Commands.”。
扩展截图
下载Simply GIT扩展crx文件
下载Simply GIT扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This extension gives you an overview of all the essential GIT Commands that you will need for you day-to-day git activities.
扩展基本信息
名称 | Simply GIT |
ID | degimalgkelhibdpeofjmkmhdfneidca |
官方URL | https://chromewebstore.google.com/detail/simply-git/degimalgkelhibdpeofjmkmhdfneidca |
简介 | This extension gives an overview of essential GIT Commands. |
文件大小 | 33.56 KB |
安装次数 | 175 |
当前版本 | 1.3 |
更新时间 | 2022-12-18 |
上架时间 | 2017-12-15 |
评分 | 5.00/5 共7次评分 |
开发者 | Anell Kumarr Beeram |
电子邮箱 | [email protected] |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Simply GIT", "description": "This extension gives an overview of essential GIT Commands.", "version": "1.3", "action": { "default_icon": "icon-16.png", "default_popup": "popup.html", "default_title": "Simply GIT - Essential GIT Commands" } } |