Glossary for Confluence Cloud

Highlight technical terms in your Confluence documentation.

什么是Glossary for Confluence Cloud?

Glossary for Confluence Cloud是由Bordant Technologies开发的Chrome扩展程序,该扩展的主要功能是“Highlight technical terms in your Confluence documentation.”。

扩展截图

screenshot
screenshot

下载Glossary for Confluence Cloud扩展crx文件

下载Glossary for Confluence Cloud扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Glossary for Confluence Cloud Glossary for Confluence Cloud
ID hdlckidgbamgpelcjcodelcadjmdfpnc
官方URL https://chromewebstore.google.com/detail/glossary-for-confluence-c/hdlckidgbamgpelcjcodelcadjmdfpnc
简介 Highlight technical terms in your Confluence documentation.
文件大小 20.74 KB
安装次数 638
当前版本 0.1.2
更新时间 2022-11-23
上架时间 2018-11-01
评分 2.67/5 共3次评分
开发者 Bordant Technologies
电子邮箱 [email protected]
付费类型 free
扩展官网 https://marketplace.atlassian.com/plugins/glossary/cloud
帮助页面URL https://peter-eigenschink.atlassian.net/wiki/spaces/GFCC
支持的语言 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"
    ]
}