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
官方網址 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
}