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 là gì?

force.com Editor Utils là một tiện ích mở rộng Chrome được phát triển bởi https://www.sfdcgems.com, và tính năng chính của nó là "This extension disable page scroll bar and maximize the code edit window which helps developer in coding.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng force.com Editor Utils

Tải xuống các tệp mở rộng force.com Editor Utils dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên force.com Editor Utils force.com Editor Utils
ID fpfhmoipjpcenfnkjdpnkhecmjclhioo
URL Chính Thức https://chromewebstore.google.com/detail/forcecom-editor-utils/fpfhmoipjpcenfnkjdpnkhecmjclhioo
Mô tả This extension disable page scroll bar and maximize the code edit window which helps developer in coding.
Kích Thước Tệp 68.67 KB
Số Lần Cài Đặt 132
Phiên Bản Hiện Tại 2.2
Cập Nhật Lần Cuối 2014-05-11
Ngày Phát Hành 2014-05-11
Đánh Giá 2.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển https://www.sfdcgems.com
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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
}