Zoho Project UI Tweaks

Makes a number of modifications to the Zoho Project interface.

Zoho Project UI Tweaksとは何ですか?

Zoho Project UI Tweaksはsmhmicによって開発されたChromeの拡張機能で、その主な機能は「Makes a number of modifications to the Zoho Project interface.」です。

Zoho Project UI Tweaks拡張機能のCRXファイルをダウンロード

Zoho Project UI Tweaks拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        Toggle custom styles on/off using the star icon in the top-right.                    

拡張機能の基本情報

名前 Zoho Project UI Tweaks Zoho Project UI Tweaks
ID hhefdknnhoeefmeijhocegjjfgleoeje
公式URL https://chrome.google.com/webstore/detail/hhefdknnhoeefmeijhocegjjfgleoeje
説明 Makes a number of modifications to the Zoho Project interface.
ファイルサイズ 36.52 KB
インストール数 65
現在のバージョン 0.1.1
最終更新日 2017-11-20
公開日 2017-11-20
開発者 smhmic
支払い方法 free
対応言語 en
manifest.json
{
    "version": "0.1.1",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "default_locale": "en",
    "permissions": [
        "tabs",
        "*:\/\/projects.zoho.com\/portal\/*"
    ],
    "content_scripts": [
        {
            "all_frames": true,
            "js": [
                "content.js"
            ],
            "matches": [
                "*:\/\/projects.zoho.com\/portal\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "pfx.zoho.js"
    ],
    "icons": {
        "128": "images\/128x128.png",
        "64": "images\/64x64.png",
        "48": "images\/48x48.png",
        "16": "images\/16x16.png"
    },
    "update_url": "http:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2
}