Glossary for Confluence Cloud

Highlight technical terms in your Confluence documentation.

Glossary for Confluence Cloud क्या है?

Glossary for Confluence Cloud Bordant Technologies द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Highlight technical terms in your Confluence documentation."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Glossary for Confluence Cloud एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}