force.com Schema Utils

Extension provide maximize button to maximize canvas area and export to image facility.

什么是force.com Schema Utils?

force.com Schema Utils是由Ajay Hada开发的Chrome扩展程序,该扩展的主要功能是“Extension provide maximize button to maximize canvas area and export to image facility.”。

扩展截图

screenshot
screenshot
screenshot
screenshot

下载force.com Schema Utils扩展crx文件

下载force.com Schema Utils扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        1. Extension adds a maximize button in salesforce schema diagram toolbar to allow users to work on maximized view and restore it to standard view.
2. Extension provides Export Diagram button in maximized view which allow users to download schema diagram in PNG file.

NOTE: 
1.Please rename downloaded file with PNG extension.
2.Performance of this extension is not tested, It may not work properly on low end machines. 

// author: Ajay Singh Hada: http://facebook.com/ajay.hada || http://in.linkedin.com/pub/ajay-hada/10/3a7/379                    

扩展基本信息

名称 force.com Schema Utils force.com Schema Utils
ID npfcndnapmajldpabjjmlmkflfjfcffc
官方URL https://chrome.google.com/webstore/detail/forcecom-schema-utils/npfcndnapmajldpabjjmlmkflfjfcffc
简介 Extension provide maximize button to maximize canvas area and export to image facility.
文件大小 53.57 KB
安装次数 25
当前版本 1.1
更新时间 2014-05-11
上架时间 2014-05-11
评分 3.67/5 共3次评分
开发者 Ajay Hada
付费类型 free
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "force.com Schema Utils",
    "description": "Extension provide maximize button to maximize canvas area and export to image facility.",
    "version": "1.1",
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.js",
                "html2canvas.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}