Glossary - Terminology Manager

Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.

Что такое Glossary - Terminology Manager?

Glossary - Terminology Manager - это расширение Chrome, разработанное https://wknowledge.com, и его основная функция - "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Glossary - Terminology Manager

Скачайте файлы расширений Glossary - Terminology Manager в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Use this extension to Highlight terms on Confluence pages.
A collaborative terminology life cycle at your company will help users to search for terminology easily and provide feedback.
Glossary - Terminology Manager chrome extension is a useful tools that helps user to highlight term by definition, grammar form, abbreviations and synonyms.                    

Основная информация о расширении

Название Glossary - Terminology Manager Glossary - Terminology Manager
ID fanpfnblnmhbecminiikpkoildoaaeid
Официальный URL https://chromewebstore.google.com/detail/glossary-terminology-mana/fanpfnblnmhbecminiikpkoildoaaeid
Описание Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.
Размер файла 54.93 KB
Количество установок 26
Текущая Версия 0.1.0
Последнее Обновление 2021-02-08
Дата публикации 2021-02-08
Разработчик https://wknowledge.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://marketplace.atlassian.com/apps/1219513/glossary-terminology-manager?hosting=cloud&tab=overview
URL страницы помощи https://bitbucket.org/wknowledge/glossary-terminology-manager-cloud/issues?status=new&status=open
URL страницы политики конфиденциальности https://bitbucket.org/wknowledge/glossary-terminology-manager/wiki/Privacy%20Policy
Поддерживаемые языки en
manifest.json
{
    "author": "W Knowledge",
    "name": "Glossary - Terminology Manager",
    "version": "0.1.0",
    "description": "Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.",
    "content_scripts": [
        {
            "css": [
                "css\/addon.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.highlight.js",
                "js\/addonHighlight.js"
            ],
            "matches": [
                "https:\/\/*.atlassian.net\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "scripts": [
            "js\/jquery.min.js"
        ]
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "web_accessible_resources": [
        "js\/jquery.min.js",
        "js\/jquery.highlight.js",
        "js\/addonHighlight.js",
        "css\/addon.css",
        "images\/*"
    ],
    "manifest_version": 2,
    "homepage_url": "https:\/\/marketplace.atlassian.com\/apps\/1219513\/glossary-terminology-manager?hosting=cloud&tab=overview",
    "icons": {
        "128": "images\/logo_128.png",
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "96": "images\/logo_96.png"
    }
}