Ohana Developer Console
Salesforce Developer Console Customizer
Ohana Developer Consoleคืออะไร?
Ohana Developer Console เป็นส่วนขยายของ Chrome ที่พัฒนาโดย hrk623 และคุณลักษณะหลักของมันคือ "Salesforce Developer Console Customizer"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Ohana Developer Console
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
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" ] } |