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 https://www.sfdcgems.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension disable page scroll bar and maximize the code edit window which helps developer in coding."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में force.com Editor Utils एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 |
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 } |