SANGAM : Enhance Salesforce Developer Console
Beautify Salesforce Developer Console
什么是SANGAM : Enhance Salesforce Developer Console?
SANGAM : Enhance Salesforce Developer Console是由Triangle™开发的Chrome扩展程序,该扩展的主要功能是“Beautify Salesforce Developer Console”。
扩展截图
下载SANGAM : Enhance Salesforce Developer Console扩展crx文件
下载SANGAM : Enhance Salesforce Developer Console扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
*** SANGAM: Enhance Salesforce Developer Console ***
Light background themes
Dark background themes
Gray background themes
easily swap themes
Color schema for matching brackets, comments, keywords, variable, line number and methods. 扩展基本信息
| 名称 | |
| ID | kgacbagondehhgalonakppblcmhelbjg |
| 官方URL | https://chromewebstore.google.com/detail/sangam-enhance-salesforce/kgacbagondehhgalonakppblcmhelbjg |
| 简介 | Beautify Salesforce Developer Console |
| 文件大小 | 2.51 MB |
| 安装次数 | 82 |
| 当前版本 | 0.0.3 |
| 更新时间 | 2017-01-03 |
| 上架时间 | 2017-01-02 |
| 评分 | 5.00/5 共2次评分 |
| 开发者 | Triangle™ |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "SANGAM : Enhance Salesforce Developer Console",
"short_name": "Sangam",
"description": "Beautify Salesforce Developer Console",
"version": "0.0.3",
"icons": {
"16": "icons\/icon128.png",
"24": "icons\/icon24.png",
"48": "icons\/icon128.png",
"128": "icons\/icon128.png"
},
"browser_action": {
"default_icon": "icons\/icon24.png",
"default_popup": "popup.html"
},
"background": {
"scripts": [
"js\/background.js"
]
},
"content_scripts": [
{
"js": [
"js\/jquery.min.js",
"js\/content.js"
],
"matches": [
"https:\/\/*.salesforce.com\/*",
"https:\/\/*.force.com\/*"
],
"run_at": "document_start"
}
],
"options_page": "welcome\/index.html",
"permissions": [
"storage"
]
} | |