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.」です。
拡張機能のスクリーンショット
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
拡張機能の基本情報
名前 | ![]() |
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 } |