Tree Explorer for Github
Show the file tree for PR's and commits
Tree Explorer for Github là gì?
Tree Explorer for Github là một tiện ích mở rộng Chrome được phát triển bởi Fabio Picheli, và tính năng chính của nó là "Show the file tree for PR's and commits".
Ả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 Tree Explorer for Github
Tải xuống các tệp mở rộng Tree Explorer for Github 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
Improve GitHub tree explorer adding a file tree on PR's and commits Contribute: https://github.com/picheli20/github-code-tree
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Tree Explorer for Github |
ID | caffoilocbbhnkdlpdcfanpbeholjdii |
URL Chính Thức | https://chromewebstore.google.com/detail/tree-explorer-for-github/caffoilocbbhnkdlpdcfanpbeholjdii |
Mô tả | Show the file tree for PR's and commits |
Kích Thước Tệp | 43.13 KB |
Số Lần Cài Đặt | 552 |
Phiên Bản Hiện Tại | 1.4.1 |
Cập Nhật Lần Cuối | 2020-12-15 |
Ngày Phát Hành | 2019-04-02 |
Đánh Giá | 4.91/5 Tổng số 11 Đánh Giá |
Nhà Phát Triển | Fabio Picheli |
[email protected] | |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Tree Explorer for Github", "version": "1.4.1", "description": "Show the file tree for PR's and commits", "manifest_version": 2, "permissions": [ "activeTab", "storage", "https:\/\/github.com\/*" ], "browser_action": { "default_icon": "icon.png", "default_popup": "app\/popup\/index.html" }, "optional_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "content_scripts": [ { "matches": [ "https:\/\/github.com\/*" ], "js": [ "lib\/jquery-1.11.1.min.js", "app\/background\/icons.js", "app\/background\/style.js", "app\/background\/index.js" ] } ] } |