Ohana Developer Console
Salesforce Developer Console Customizer
Ohana Developer Consoleとは何ですか?
Ohana Developer Consoleはhrk623によって開発されたChromeの拡張機能で、その主な機能は「Salesforce Developer Console Customizer」です。
拡張機能のスクリーンショット
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 拡張機能の基本情報
| 名前 | |
| 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"
]
} | |