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はhttps://wknowledge.comによって開発されたChromeの拡張機能で、その主な機能は「Check terminology and enforce the consistent use of terms in confluence. Manage synonyms, abbreviations and grammar forms easily.」です。
拡張機能のスクリーンショット
Glossary - Terminology Manager拡張機能のCRXファイルをダウンロード
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 |
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 |
Eメール | [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" } } |