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 με φίλους για εύκολη εγκατάσταση των επεκτάσεων 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
}