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."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ 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 |
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 } |