Ohana Developer Console

Salesforce Developer Console Customizer

Ohana Developer Console là gì?

Ohana Developer Console là một tiện ích mở rộng Chrome được phát triển bởi hrk623, và tính năng chính của nó là "Salesforce Developer Console Customizer".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Ohana Developer Console

Tải xuống các tệp mở rộng Ohana Developer Console dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Ohana Developer Console Ohana Developer Console
ID fjclfilbglicpgmjoegdjmdcjnjmiblf
URL Chính Thức https://chromewebstore.google.com/detail/ohana-developer-console/fjclfilbglicpgmjoegdjmdcjnjmiblf
Mô tả Salesforce Developer Console Customizer
Kích Thước Tệp 174 KB
Số Lần Cài Đặt 141
Phiên Bản Hiện Tại 0.0.6
Cập Nhật Lần Cuối 2018-04-13
Ngày Phát Hành 2018-04-12
Đánh Giá 5.00/5 Tổng số 2 Đánh Giá
Nhà Phát Triển hrk623
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}