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 هو إضافة Chrome تم تطويرها بواسطة https://www.sfdcgems.com، والميزة الرئيسية لها هي "This extension disable page scroll bar and maximize the code edit window which helps developer in coding.".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة force.com Editor Utils

قم بتنزيل ملفات الامتداد force.com Editor Utils بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
}