Ohana Developer Console

Salesforce Developer Console Customizer

Ohana Developer Console란 무엇입니까?

Ohana Developer Console은(는) hrk623에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Salesforce Developer Console Customizer"입니다.

확장 프로그램 스크린샷

screenshot

Ohana Developer Console 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        A Chrome extension to customize your Salesforce developer console's editor by changing the theme, the font, the font size, the background image, and you can ACTUALLY SAVE the setting.

*This extension is not the official product of Salesforce.com, and please use this tool on your own responsibility.


Update Note
2018/04/13
- Changed app name
- Changed app icon

2015/02/03  
- quick fix on default font and font size
- bug fix                    

확장 프로그램 기본 정보

이름 Ohana Developer Console Ohana Developer Console
ID fjclfilbglicpgmjoegdjmdcjnjmiblf
공식 URL https://chromewebstore.google.com/detail/ohana-developer-console/fjclfilbglicpgmjoegdjmdcjnjmiblf
설명 Salesforce Developer Console Customizer
파일 크기 174 KB
설치 횟수 141
현재 버전 0.0.6
최근 업데이트 2018-04-13
출시 날짜 2018-04-12
평점 5.00/5 총 2 개의 평점
개발자 hrk623
결제 유형 free
지원되는 언어 en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extName__",
    "version": "0.0.6",
    "manifest_version": 2,
    "description": "__MSG_extDescription__",
    "default_locale": "ja",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "96": "icons\/icon96.png",
        "128": "icons\/icon128.png"
    },
    "browser_action": {
        "default_icon": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.salesforce.com\/_ui\/common\/apex\/debug\/ApexCSIPage"
            ],
            "run_at": "document_end",
            "js": [
                "lib\/jquery.js",
                "lib\/jquery-ui.min.js",
                "contentscript.js"
            ],
            "css": [
                "css\/main.css"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "permissions": [
        "storage",
        "fontSettings"
    ]
}