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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "This extension disable page scroll bar and maximize the code edit window which helps developer in coding."입니다.
확장 프로그램 스크린샷
force.com Editor Utils 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 } |