SP Formatter
Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one.
Was ist SP Formatter?
SP Formatter ist eine Chrome-Erweiterung, die von Sergei Sergeev entwickelt wurde, und ihr Hauptmerkmal ist "Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one.".
Erweiterungsscreenshots
SP Formatter-Erweiterungs-CRX-Datei herunterladen
Laden Sie SP Formatter-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
SP Formatter features: - Live Preview as you type (no need to click "Preview" button) - Intellisense (suggestions) based on Column or View formatting schema, CSS styles, replaceable tokens (`@currentField`, list fields with `$` based on the context) - JSON validation with error messages in the editor - Help tooltips for JSON properties - Color highlights - Line numbers, brace matching, collapsible regions - Hotkeys: search, replace, format document, go to line and others available for monaco-editor - Easily switch between default and enhanced editor - VSCode integration - Full screen mode Supported platforms: - SharePoint Online - SharePoint 2019 (through a separate extension, read more https://github.com/pnp/sp-formatter/blob/master/sp2019/README.md) PRIVACY POLICY SP Formatter does not collect nor store any personal data. CHANGELOG: https://github.com/pnp/sp-formatter/blob/master/web-extension/CHANGELOG.md
Grundlegende Informationen zur Erweiterung
Name | SP Formatter |
ID | fmeihfaddhdkoogipahfcjlicglflkhg |
Offizielle URL | https://chromewebstore.google.com/detail/sp-formatter/fmeihfaddhdkoogipahfcjlicglflkhg |
Beschreibung | Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one. |
Dateigröße | 2.03 MB |
Installationsanzahl | 2,809 |
Aktuelle Version | 0.1.4 |
Letztes Update | 2024-02-01 |
Veröffentlichungsdatum | 2019-06-07 |
Bewertung | 5.00/5 Insgesamt 4 Bewertungen |
Entwickler | Sergei Sergeev |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://github.com/pnp/sp-formatter |
Hilfeseite URL | https://github.com/pnp/sp-formatter/issues |
Unterstützte Sprachen | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SP Formatter", "short_name": "SP Formatter", "homepage_url": "https:\/\/github.com\/pnp\/sp-formatter", "description": "Customize your SharePoint Column, View or Form Layout Formatting JSON using a full-featured editor instead of the default one.", "version": "0.1.4", "content_scripts": [ { "run_at": "document_end", "matches": [ " |