GitLab - Tree view for code
Provides folder structure view for code in GitLab.
Qu'est-ce que GitLab - Tree view for code ?
GitLab - Tree view for code est une extension Chrome développée par Unknown, et sa fonction principale est "Provides folder structure view for code in GitLab.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension GitLab - Tree view for code
Téléchargez les fichiers d'extension GitLab - Tree view for code au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
This extension provides tree view for code in GitLab. In time of writing description, this is the only extension that supports custom-hosted GitLab instances. The must-have plugin for code reviews! Enjoy :) Note: You can see it only on Commits and Merge Requests. It does NOT work like Octotree.
Informations de Base sur l'Extension
Nom | GitLab - Tree view for code |
ID | pijacafkghdlolapcjpmiodgbnpinicn |
URL Officiel | https://chromewebstore.google.com/detail/gitlab-tree-view-for-code/pijacafkghdlolapcjpmiodgbnpinicn |
Description | Provides folder structure view for code in GitLab. |
Taille du Fichier | 23.06 KB |
Nombre d'Installations | 1,272 |
Version Actuelle | 1.0.1 |
Dernière Mise à Jour | 2018-11-11 |
Date de Publication | 2018-11-11 |
Évaluation | 4.00/5 Total 14 Évaluations |
Développeur | Unknown |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/tomasbonco/gitlabtree |
URL de la Page d'Aide | https://github.com/tomasbonco/gitlabtree |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "GitLab - Tree view for code", "homepage_url": "https:\/\/github.com\/tomasbonco\/gitlabtree", "author": "Tom\u00e1\u0161 Bon\u010do", "version": "1.0.1", "manifest_version": 2, "description": "Provides folder structure view for code in GitLab.", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "page_action": { "default_icon": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" } }, "permissions": [ "activeTab", "storage" ], "content_scripts": [ { "matches": [ " |