Glossary for Confluence Cloud
Highlight technical terms in your Confluence documentation.
Qu'est-ce que Glossary for Confluence Cloud ?
Glossary for Confluence Cloud est une extension Chrome développée par Bordant Technologies, et sa fonction principale est "Highlight technical terms in your Confluence documentation.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Glossary for Confluence Cloud
Téléchargez les fichiers d'extension Glossary for Confluence Cloud 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
Improve your experience using the Glossary for Confluence Cloud with this extension. Inside a page all terms appearing in your space glossary or in any global glossary will be highlighted. By clicking on the highlights the descriptions of those terms will be displayed. Features included: * All terms in the space glossary or any global glossary will be highlighted * All synonyms of terms will be highlighted * Upon clicking a highlighted term all descriptions can be scrolled and the space of the source glossary is displayed * Descriptions of terms in links will be displayed upon hovering the term
Informations de Base sur l'Extension
Nom | Glossary for Confluence Cloud |
ID | hdlckidgbamgpelcjcodelcadjmdfpnc |
URL Officiel | https://chromewebstore.google.com/detail/glossary-for-confluence-c/hdlckidgbamgpelcjcodelcadjmdfpnc |
Description | Highlight technical terms in your Confluence documentation. |
Taille du Fichier | 20.74 KB |
Nombre d'Installations | 638 |
Version Actuelle | 0.1.2 |
Dernière Mise à Jour | 2022-11-23 |
Date de Publication | 2018-11-01 |
Évaluation | 2.67/5 Total 3 Évaluations |
Développeur | Bordant Technologies |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://marketplace.atlassian.com/plugins/glossary/cloud |
URL de la Page d'Aide | https://peter-eigenschink.atlassian.net/wiki/spaces/GFCC |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Glossary for Confluence Cloud", "description": "Highlight technical terms in your Confluence documentation.", "version": "0.1.2", "icons": { "16": "img\/icon16.png", "48": "img\/icon48.png", "96": "img\/icon96.png", "128": "img\/icon128.png" }, "homepage_url": "https:\/\/marketplace.atlassian.com\/plugins\/glossary\/cloud\/", "author": "Peter Eigenschink", "content_scripts": [ { "run_at": "document_idle", "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "js\/load-glossary-lookup.js" ] } ], "options_ui": { "page": "html\/options.html" }, "permissions": [ "storage" ], "web_accessible_resources": [ "js\/glossary-lookup.js", "css\/glossary-lookup.css", "css\/glossary-match-border.css", "css\/glossary-match-icon.css", "css\/glossary-match-underline.css", "img\/icon.svg" ] } |