force.com Editor Utils
This extension disable page scroll bar and maximize the code edit window which helps developer in coding.
Qu'est-ce que force.com Editor Utils ?
force.com Editor Utils est une extension Chrome développée par https://www.sfdcgems.com, et sa fonction principale est "This extension disable page scroll bar and maximize the code edit window which helps developer in coding.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension force.com Editor Utils
Téléchargez les fichiers d'extension force.com Editor Utils au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | force.com Editor Utils |
ID | fpfhmoipjpcenfnkjdpnkhecmjclhioo |
URL Officiel | https://chromewebstore.google.com/detail/forcecom-editor-utils/fpfhmoipjpcenfnkjdpnkhecmjclhioo |
Description | This extension disable page scroll bar and maximize the code edit window which helps developer in coding. |
Taille du Fichier | 68.67 KB |
Nombre d'Installations | 132 |
Version Actuelle | 2.2 |
Dernière Mise à Jour | 2014-05-11 |
Date de Publication | 2014-05-11 |
Évaluation | 2.00/5 Total 2 Évaluations |
Développeur | https://www.sfdcgems.com |
Type de Paiement | free |
Langues Prises en Charge | 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 } |