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
}