ShowMeTheDiagram (PlantUML viewer)
PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https://plantuml.com/ to render diagrams.
Τι είναι το ShowMeTheDiagram (PlantUML viewer);
Το ShowMeTheDiagram (PlantUML viewer) είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον hugeservices.dc, και η κύρια λειτουργία του είναι "PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https://plantuml.com/ to render diagrams.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης ShowMeTheDiagram (PlantUML viewer)
Λήψη αρχείων επέκτασης ShowMeTheDiagram (PlantUML viewer) σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Description: The "PlanUML Viewer" is a powerful and convenient Chrome extension that allows you to seamlessly view diagrams within GitHub and Azure DevOps repositories by rendering PlantUML syntax. With this extension, you can effortlessly visualize and understand the structure and relationships of various software projects. It looks for any code in your Markdown files starting with below syntax: ``` @startuml Example repository: https://github.com/Chroscielski/plantUML-extension-samples/blob/main/README.md Privacy Warning: Please note that the "PlanUML Viewer" extension is a proof-of-concept (PoC) implementation and relies on a remote host, namely "https://plantuml.com/," to render the diagrams. Due to this dependency, it is important to be aware of potential privacy implications. The extension communicates with the remote host to process and display UML diagrams, and as a result, diagram data may be transmitted to and processed by the host. Please exercise caution while using the extension and be mindful of the data you choose to share. Note: As a PoC extension, the "PlanUML Viewer" is continuously being improved and enhanced to provide a seamless and secure experience. While the remote host is currently used for rendering diagrams, future versions may incorporate alternative rendering options or self-hosted capabilities to address privacy concerns.
Βασικές Πληροφορίες Επέκτασης
Όνομα | ShowMeTheDiagram (PlantUML viewer) |
ID | ohhecmjghhhhomkaigjbhhfhonnnmhdj |
Επίσημο URL | https://chromewebstore.google.com/detail/showmethediagram-plantuml/ohhecmjghhhhomkaigjbhhfhonnnmhdj |
Περιγραφή | PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https://plantuml.com/ to render diagrams. |
Μέγεθος Αρχείου | 227 KB |
Αριθμός Εγκαταστάσεων | 62 |
Τρέχουσα Έκδοση | 0.9.0 |
Τελευταία Ενημέρωση | 2023-06-25 |
Ημερομηνία Δημοσίευσης | 2023-06-25 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | hugeservices.dc |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "ShowMeTheDiagram (PlantUML viewer)", "version": "0.9.0", "description": "PlanUML viewer for GitHub and Azure DevOps. Note: this is a PoC extension, using https:\/\/plantuml.com\/ to render diagrams.", "icons": { "16": "icon-16x16.97f390b1.png", "32": "icon-32x32.40c12061.png", "48": "icon-48x48.ded13928.png", "128": "icon-128x128.f10082ef.png" }, "content_scripts": [ { "matches": [ "https:\/\/github.com\/*", "https:\/\/dev.azure.com\/*" ], "js": [ "plantuml-encoder.bef4d615.js", "content-script.f9b6d402.js" ], "css": [] } ] } |