Repositree
Browser Extension that helps to explore Github repository
Repositree là gì?
Repositree là một tiện ích mở rộng Chrome được phát triển bởi saudchougle, và tính năng chính của nó là "Browser Extension that helps to explore Github repository".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Repositree
Tải xuống các tệp mở rộng Repositree dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Repositree |
ID | lafjldoccjnjlcmdhmniholdpjkbgajo |
URL Chính Thức | https://chromewebstore.google.com/detail/repositree/lafjldoccjnjlcmdhmniholdpjkbgajo |
Mô tả | Browser Extension that helps to explore Github repository |
Kích Thước Tệp | 314 KB |
Số Lần Cài Đặt | 146 |
Phiên Bản Hiện Tại | 1.6.2 |
Cập Nhật Lần Cuối | 2021-07-05 |
Ngày Phát Hành | 2020-11-13 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | saudchougle |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/chouglesaud/repositree |
URL Trang Trợ Giúp | https://github.com/chouglesaud/repositree |
Ngôn Ngữ Được Hỗ Trợ | 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\/*\/*" ] } ] } |