Atlassian OnDemand Enhancer
Various enhances for Atlassian OnDemand
什么是Atlassian OnDemand Enhancer?
Atlassian OnDemand Enhancer是由Sergey Ukustov开发的Chrome扩展程序,该扩展的主要功能是“Various enhances for Atlassian OnDemand”。
下载Atlassian OnDemand Enhancer扩展crx文件
下载Atlassian OnDemand Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The extension removes disturbing copyright notice on the bottom of Confluence, and forces all External Links to open in a new tab. It's intended to be a quick solution for people not able to update Atlassian OnDemand templates.
扩展基本信息
名称 | |
ID | dbmdhapjjdhepfnfogkcjlfcepgpbeof |
官方URL | https://chrome.google.com/webstore/detail/atlassian-ondemand-enhanc/dbmdhapjjdhepfnfogkcjlfcepgpbeof |
简介 | Various enhances for Atlassian OnDemand |
文件大小 | 38.46 KB |
安装次数 | 10 |
当前版本 | 0.1 |
更新时间 | 2013-10-14 |
上架时间 | 2013-10-14 |
开发者 | Sergey Ukustov |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Atlassian OnDemand Enhancer", "short_name": "Atlassian Enhancer", "version": "0.1", "description": "Various enhances for Atlassian OnDemand", "icons": { "16": "icons\/icon16.png", "48": "icons\/icon48.png", "128": "icons\/icon128.png" }, "content_scripts": [ { "matches": [ "https:\/\/*.atlassian.net\/*" ], "js": [ "lib\/jquery-2.0.3.min.js", "src\/enhancer.js" ] } ], "manifest_version": 2 } |