Ohana Developer Console
Salesforce Developer Console Customizer
Wat is Ohana Developer Console?
Ohana Developer Console is een Chrome-extensie ontwikkeld door hrk623, en de belangrijkste functie is "Salesforce Developer Console Customizer".
Extensie Screenshots
Download het CRX-bestand van de extensie Ohana Developer Console
Download Ohana Developer Console-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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
Basisinformatie over de Extensie
Naam | Ohana Developer Console |
ID | fjclfilbglicpgmjoegdjmdcjnjmiblf |
Officiële URL | https://chromewebstore.google.com/detail/ohana-developer-console/fjclfilbglicpgmjoegdjmdcjnjmiblf |
Beschrijving | Salesforce Developer Console Customizer |
Bestandsgrootte | 174 KB |
Aantal Installaties | 141 |
Huidige Versie | 0.0.6 |
Laatst Bijgewerkt | 2018-04-13 |
Publicatiedatum | 2018-04-12 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | hrk623 |
Betalingswijze | free |
Ondersteunde Talen | 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" ] } |