Glossary for Confluence Cloud

Highlight technical terms in your Confluence documentation.

Glossary for Confluence Cloudคืออะไร?

Glossary for Confluence Cloud เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Bordant Technologies และคุณลักษณะหลักของมันคือ "Highlight technical terms in your Confluence documentation."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Glossary for Confluence Cloud

ดาวน์โหลดไฟล์ส่วนขยาย 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"
    ]
}