Repositree
Browser Extension that helps to explore Github repository
ما هو Repositree؟
Repositree هو إضافة Chrome تم تطويرها بواسطة saudchougle، والميزة الرئيسية لها هي "Browser Extension that helps to explore Github repository".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Repositree
قم بتنزيل ملفات الامتداد Repositree بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Ctrl + B Toggle Side Bar Visibility Features - Clean UI - IDE-like code tree for GitHub (Public and Private) repositories. - Left & Right Dock Location. - Resizable Layout. - Github Light, Dark, Dimmed & Dark high contrast themes. - Bookmark - github1s(VSCode) mode. - More Feature Coming Soon... Privacy Policy - Repositree doesn't share, collect your data at all. - GitHub Access Token or GitHub Personal Access Token is required only when you access private repositories or exceed the GitHub API rate limit. - Repositree store token in your chrome extension storage, not in the localStorage and use only to authenticate with the GitHub.
معلومات أساسية عن التمديد
الاسم | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
الوصف | Browser Extension that helps to explore Github repository |
حجم الملف | 314 KB |
عدد التثبيتات | 146 |
النسخة الحالية | 1.6.2 |
آخر تحديث | 2021-07-05 |
تاريخ النشر | 2020-11-13 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | saudchougle |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://github.com/chouglesaud/repositree |
عنوان صفحة المساعدة | https://github.com/chouglesaud/repositree |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Repositree", "author": "Saud Chougle", "minimum_chrome_version": "60", "permissions": [ "storage", "https:\/\/api.github.com\/*" ], "version": "1.6.2", "description": "Browser Extension that helps to explore Github repository", "content_scripts": [ { "run_at": "document_start", "css": [ ".\/style.css" ], "js": [ ".\/content.js" ], "matches": [ "https:\/\/github.com\/*\/*" ] } ] } |