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 |
官方網址 | 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" } } |