OpenAir Enhancement Suite
A useability upgrade for Openair.
什么是OpenAir Enhancement Suite?
OpenAir Enhancement Suite是由Brandon Flynn开发的Chrome扩展程序,该扩展的主要功能是“A useability upgrade for Openair.”。
扩展截图
下载OpenAir Enhancement Suite扩展crx文件
下载OpenAir Enhancement Suite扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
OpenAir Enhancement Suite is an extension that improves usability in OpenAir. The primary function is colorizing time-sheets according to the project name.
OpenAir Enhancement Suite is not associated with OpenAir in any way.
v1.5.1 - Adjusted to an OpenAir update where the hostname was an unexpected value.
v1.5.0 - Fixed an issue where colour preferences were not being remembered.
v1.4.1 - Fixed an issue where the first row would hide slightly under the header.
v1.4.0 - Option for "Tight Mode" and fixed column alignment issues.
v1.3.0 - Shows totals for each project.
v1.2.0 - Colour palette is now custom.
v1.1.0 - Can make unused rows uncolored. May toggle this on/off.
v1.0.0 - Release. 扩展基本信息
| 名称 | |
| ID | akkppihplenpoiabinnknnekklicijek |
| 官方URL | https://chromewebstore.google.com/detail/openair-enhancement-suite/akkppihplenpoiabinnknnekklicijek |
| 简介 | A useability upgrade for Openair. |
| 文件大小 | 66.47 KB |
| 安装次数 | 47 |
| 当前版本 | 1.5.1 |
| 更新时间 | 2020-02-18 |
| 上架时间 | 2020-02-18 |
| 评分 | 5.00/5 共5次评分 |
| 开发者 | Brandon Flynn |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "OpenAir Enhancement Suite",
"short_name": "OAES",
"version": "1.5.1",
"manifest_version": 2,
"author": "Brandon Flynn",
"description": "A useability upgrade for Openair.",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"content_scripts": [
{
"matches": [
"https:\/\/*.openair.com\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |