force.com Editor Utils

This extension disable page scroll bar and maximize the code edit window which helps developer in coding.

force.com Editor Utilsとは何ですか?

force.com Editor Utilsはhttps://www.sfdcgems.comによって開発されたChromeの拡張機能で、その主な機能は「This extension disable page scroll bar and maximize the code edit window which helps developer in coding.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

force.com Editor Utils拡張機能のCRXファイルをダウンロード

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

拡張機能の使用方法

                        Extension allow users to disable the page scroll bar for salesforce.com online class/page/component/trigger editors which help developer to easily scroll code, It also maximize the code editor window and give more space for developer. 

FEATURE LIST
1. Expend editor window
2. Salesforce window scroll lock
3. Salesforce id converter 15 to 18 digit.

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

Contributor:Rakesh Kedia: http://facebook.com/rakesh.kedia4 || http://in.linkedin.com/pub/rakesh-kumar-kedia/27/786/3a8                    

拡張機能の基本情報

名前 force.com Editor Utils force.com Editor Utils
ID fpfhmoipjpcenfnkjdpnkhecmjclhioo
公式URL https://chromewebstore.google.com/detail/forcecom-editor-utils/fpfhmoipjpcenfnkjdpnkhecmjclhioo
説明 This extension disable page scroll bar and maximize the code edit window which helps developer in coding.
ファイルサイズ 68.67 KB
インストール数 132
現在のバージョン 2.2
最終更新日 2014-05-11
公開日 2014-05-11
評価 2.00/5 合計 2 レビュー
開発者 https://www.sfdcgems.com
支払い方法 free
対応言語 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "force.com Editor Utils",
    "description": "This extension disable page scroll bar and maximize the code edit window which helps developer in coding.",
    "version": "2.2",
    "background": {
        "page": "background.html"
    },
    "page_action": {
        "default_title": "Enable\/Disable Force.com Editor Utils",
        "default_icon": "unlock.png"
    },
    "permissions": [
        "tabs",
        "contextMenus",
        "activeTab",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "jquery-2.0.3.js",
                "script.js"
            ]
        }
    ],
    "manifest_version": 2
}