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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}