A-Tree - Github review helper
A-Tree - Github review helper (Code browsing & Pull requests reviewing)
什么是A-Tree - Github review helper?
A-Tree - Github review helper是由TimWei5566开发的Chrome扩展程序,该扩展的主要功能是“A-Tree - Github review helper (Code browsing & Pull requests reviewing)”。
扩展截图
下载A-Tree - Github review helper扩展crx文件
下载A-Tree - Github review helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
🚀 Quick Features - Tree view for both Github files and pull requests - Some handy tools for code review (collapse/expand files, mark all files as viewed, etc.) - Quick search files like VSCode does (command + i or ctrl + i, customizable) - Switch commits via hotkeys - Support SPA for Github Pages - Support private and Enterprise repositories (https://github.com/shinenic/a-tree#fq) 🌲About Open-source community project https://github.com/shinenic/a-tree 📝 Permission requirements - contextMenus For Github enterprise users, we provide a simple way to enable our extension via right click.
扩展基本信息
名称 | A-Tree - Github review helper |
ID | niogapfhnkbjmpnnobldcekclbgkbiah |
官方URL | https://chromewebstore.google.com/detail/a-tree-github-review-help/niogapfhnkbjmpnnobldcekclbgkbiah |
简介 | A-Tree - Github review helper (Code browsing & Pull requests reviewing) |
文件大小 | 573 KB |
安装次数 | 182 |
当前版本 | 1.2.1 |
更新时间 | 2022-06-30 |
上架时间 | 2021-11-26 |
评分 | 5.00/5 共4次评分 |
开发者 | TimWei5566 |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://github.com/shinenic/a-tree |
帮助页面URL | https://github.com/shinenic/a-tree |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "A-Tree - Github review helper", "short_name": "A-Tree", "version": "1.2.1", "description": "A-Tree - Github review helper (Code browsing & Pull requests reviewing)", "homepage_url": "https:\/\/github.com\/shinenic\/a-tree", "manifest_version": 3, "minimum_chrome_version": "88", "permissions": [ "contextMenus" ], "icons": { "128": ".\/icon128.png" }, "background": { "service_worker": "background.js" }, "content_scripts": [ { "run_at": "document_start", "matches": [ " |