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™ |
| Eメール | [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"
]
} | |