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 هو إضافة Chrome تم تطويرها بواسطة TimWei5566، والميزة الرئيسية لها هي "A-Tree - Github review helper (Code browsing & Pull requests reviewing)".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة A-Tree - Github review helper
قم بتنزيل ملفات الامتداد A-Tree - Github review helper بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
🚀 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 |
عنوان صفحة المساعدة | 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": [ " |