OpenAir Enhancement Suite

A useability upgrade for Openair.

什麼是OpenAir Enhancement Suite?

OpenAir Enhancement Suite是由Brandon Flynn開發的Chrome擴展程式,該擴展的主要功能是“A useability upgrade for Openair.”。

擴展截圖

screenshot

下載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.                    

擴展基本資訊

名稱 OpenAir Enhancement Suite OpenAir Enhancement Suite
ID akkppihplenpoiabinnknnekklicijek
官方網址 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"
            ]
        }
    ]
}