Ohana Developer Console
Salesforce Developer Console Customizer
Was ist Ohana Developer Console?
Ohana Developer Console ist eine Chrome-Erweiterung, die von hrk623 entwickelt wurde, und ihr Hauptmerkmal ist "Salesforce Developer Console Customizer".
Erweiterungsscreenshots
Ohana Developer Console-Erweiterungs-CRX-Datei herunterladen
Laden Sie Ohana Developer Console-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Ohana Developer Console |
ID | fjclfilbglicpgmjoegdjmdcjnjmiblf |
Offizielle URL | https://chromewebstore.google.com/detail/ohana-developer-console/fjclfilbglicpgmjoegdjmdcjnjmiblf |
Beschreibung | Salesforce Developer Console Customizer |
Dateigröße | 174 KB |
Installationsanzahl | 141 |
Aktuelle Version | 0.0.6 |
Letztes Update | 2018-04-13 |
Veröffentlichungsdatum | 2018-04-12 |
Bewertung | 5.00/5 Insgesamt 2 Bewertungen |
Entwickler | hrk623 |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } |