A-Tree - Github review helper
A-Tree - Github review helper (Code browsing & Pull requests reviewing)
Vad är A-Tree - Github review helper?
A-Tree - Github review helper är en Chrome-tillägg utvecklad av TimWei5566, och dess huvudfunktion är "A-Tree - Github review helper (Code browsing & Pull requests reviewing)".
Tilläggsskärmbilder
Ladda ner A-Tree - Github review helper-förlängningens CRX-fil
Ladda ner A-Tree - Github review helper-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
🚀 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.
Grundläggande Information om Tillägg
Namn | A-Tree - Github review helper |
ID | niogapfhnkbjmpnnobldcekclbgkbiah |
Officiell webbadress | https://chromewebstore.google.com/detail/a-tree-github-review-help/niogapfhnkbjmpnnobldcekclbgkbiah |
Beskrivning | A-Tree - Github review helper (Code browsing & Pull requests reviewing) |
Filstorlek | 573 KB |
Antal Installationer | 182 |
Aktuell Version | 1.2.1 |
Senast Uppdaterad | 2022-06-30 |
Publiceringsdatum | 2021-11-26 |
Betyg | 5.00/5 Totalt 4 Betyg |
Utvecklare | TimWei5566 |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/shinenic/a-tree |
Hjälpsida URL | https://github.com/shinenic/a-tree |
Stödda Språk | 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": [ " |