Ohana Developer Console
Salesforce Developer Console Customizer
Ohana Developer Console क्या है?
Ohana Developer Console hrk623 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Salesforce Developer Console Customizer"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ohana Developer Console एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 एक्सटेंशन की मूल जानकारी
| नाम | |
| 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"
]
} | |