force.com Editor Utils

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

Wat is force.com Editor Utils?

force.com Editor Utils is een Chrome-extensie ontwikkeld door https://www.sfdcgems.com, en de belangrijkste functie is "This extension disable page scroll bar and maximize the code edit window which helps developer in coding.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie force.com Editor Utils

Download force.com Editor Utils-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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                    

Basisinformatie over de Extensie

Naam force.com Editor Utils force.com Editor Utils
ID fpfhmoipjpcenfnkjdpnkhecmjclhioo
Officiële URL https://chromewebstore.google.com/detail/forcecom-editor-utils/fpfhmoipjpcenfnkjdpnkhecmjclhioo
Beschrijving This extension disable page scroll bar and maximize the code edit window which helps developer in coding.
Bestandsgrootte 68.67 KB
Aantal Installaties 132
Huidige Versie 2.2
Laatst Bijgewerkt 2014-05-11
Publicatiedatum 2014-05-11
Beoordeling 2.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.sfdcgems.com
Betalingswijze free
Ondersteunde Talen 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
}