Ohana Developer Console

Salesforce Developer Console Customizer

什麼是Ohana Developer Console?

Ohana Developer Console是由hrk623開發的Chrome擴展程式,該擴展的主要功能是“Salesforce Developer Console Customizer”。

擴展截圖

screenshot

下載Ohana Developer Console擴展crx文件

下載Ohana Developer Console擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}