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 | 
| Eメール | [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"
            ]
        }
    ]
}  |  |