Glossary for Confluence Cloud

Highlight technical terms in your Confluence documentation.

O que é Glossary for Confluence Cloud?

Glossary for Confluence Cloud é uma extensão do Chrome desenvolvida por Bordant Technologies, e sua principal característica é "Highlight technical terms in your Confluence documentation.".

Capturas de Tela da Extensão

screenshot
screenshot

Baixar o arquivo CRX da Extensão Glossary for Confluence Cloud

Baixe arquivos de extensão Glossary for Confluence Cloud no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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                    

Informações Básicas da Extensão

Nome Glossary for Confluence Cloud Glossary for Confluence Cloud
ID hdlckidgbamgpelcjcodelcadjmdfpnc
URL Oficial https://chromewebstore.google.com/detail/glossary-for-confluence-c/hdlckidgbamgpelcjcodelcadjmdfpnc
Descrição Highlight technical terms in your Confluence documentation.
Tamanho do Arquivo 20.74 KB
Contagem de Instalações 638
Versão Atual 0.1.2
Última Atualização 2022-11-23
Data de Publicação 2018-11-01
Classificação 2.67/5 Total de 3 Avaliações
Desenvolvedor Bordant Technologies
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://marketplace.atlassian.com/plugins/glossary/cloud
URL da Página de Ajuda https://peter-eigenschink.atlassian.net/wiki/spaces/GFCC
Idiomas Suportados 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"
    ]
}