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 |
| 官方網址 | 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"
]
} | |