Tree Explorer for Github
Show the file tree for PR's and commits
Apa itu Tree Explorer for Github?
Tree Explorer for Github adalah ekstensi Chrome yang dikembangkan oleh Fabio Picheli, dan fitur utamanya adalah "Show the file tree for PR's and commits".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi Tree Explorer for Github
Unduh file ekstensi Tree Explorer for Github dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
Improve GitHub tree explorer adding a file tree on PR's and commits Contribute: https://github.com/picheli20/github-code-tree
Informasi Dasar Ekstensi
Nama | Tree Explorer for Github |
ID | caffoilocbbhnkdlpdcfanpbeholjdii |
URL Resmi | https://chromewebstore.google.com/detail/tree-explorer-for-github/caffoilocbbhnkdlpdcfanpbeholjdii |
Deskripsi | Show the file tree for PR's and commits |
Ukuran File | 43.13 KB |
Jumlah Instalasi | 552 |
Versi Saat Ini | 1.4.1 |
Terakhir Diperbarui | 2020-12-15 |
Tanggal Publikasi | 2019-04-02 |
Penilaian | 4.91/5 Total 11 Penilaian |
Pengembang | Fabio Picheli |
[email protected] | |
Tipe Pembayaran | free |
Bahasa yang Didukung | 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" ] } ] } |