Github Tree Structure
To view the changed files as tree structure in Github
Cos'è Github Tree Structure?
Github Tree Structure è un'estensione di Chrome sviluppata da koshal.kkg1996, e la sua funzione principale è "To view the changed files as tree structure in Github".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Github Tree Structure
Scarica i file di estensione Github Tree Structure in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
To view the changed files in a commit or in a pull request as tree structure same as any IDE. Navigate to changed files using this folder structure. Informazioni di Base sull'Estensione
| Nome | |
| ID | klbbdmpjalfgomanmekbpkdhflffjdkb |
| URL Ufficiale | https://chromewebstore.google.com/detail/github-tree-structure/klbbdmpjalfgomanmekbpkdhflffjdkb |
| Descrizione | To view the changed files as tree structure in Github |
| Dimensione del File | 67.21 KB |
| Conteggio Installazioni | 183 |
| Versione Corrente | 3.8 |
| Ultimo Aggiornamento | 2019-11-15 |
| Data di Pubblicazione | 2019-11-11 |
| Valutazione | 5.00/5 Totale 6 Valutazioni |
| Sviluppatore | koshal.kkg1996 |
| Tipo di Pagamento | free |
| Lingue Supportate | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Github Tree Structure",
"version": "3.8",
"description": "To view the changed files as tree structure in Github",
"manifest_version": 2,
"background": {
"scripts": [
"background.js"
],
"persistent": false
},
"web_accessible_resources": [
"css\/*",
"images\/*"
],
"icons": {
"16": "images\/folder_16.png",
"32": "images\/folder_32.png",
"48": "images\/folder_64.png",
"128": "images\/folder_128.png"
},
"permissions": [
" | |