SP REST JSON
Modifies request header for SharePoint REST API calls to get JSON instead of XML. For best results you'll need a JSON viewer Add-on.
Hvad er SP REST JSON?
SP REST JSON er en Chrome-udvidelse udviklet af Deschi, og dens hovedfunktion er "Modifies request header for SharePoint REST API calls to get JSON instead of XML. For best results you'll need a JSON viewer Add-on.".
Udvidelsesskærmbilleder
Download SP REST JSON-udvidelses-CRX-fil
Download SP REST JSON-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Once a tab is active, the current URL is matched against the following strings: • /_api/web/ • /_api/site/ • /_api/sp. • /_api/search • /_vti_bin/ListData.svc At a match the accept property in the request header is changed to 'application/json;odata=verbose' per default. Global Options • Add or change SharePoint URL filters • Set the accept header per URL filter In the Global options the following options can be chosen: • application/json;odata=verbose • application/json;odata=minimalmetadata • application/json;odata=nometadata • text/xml Changelog: Version 1.4.0 • Add option to set font-size for JSON Viewer. Version 1.3.1 Bugfix • The SchemaXml property of a list wasn't loaded correctly
Grundlæggende oplysninger om udvidelsen
Navn | SP REST JSON |
ID | kcdolhjbipnfgefpjaopfbjbannphidh |
Officiel URL | https://chromewebstore.google.com/detail/sp-rest-json/kcdolhjbipnfgefpjaopfbjbannphidh |
Beskrivelse | Modifies request header for SharePoint REST API calls to get JSON instead of XML. For best results you'll need a JSON viewer Add-on. |
Filstørrelse | 64.89 KB |
Antal Installationer | 1,425 |
Nuværende Version | 1.4.0 |
Senest Opdateret | 2021-01-26 |
Udgivelsesdato | 2020-01-29 |
Bedømmelse | 5.00/5 Samlet 2 Bedømmelser |
Udvikler | Deschi |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/ddesch/SP-REST-JSON |
Understøttede Sprog | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Modifies request header for SharePoint REST API calls to get JSON instead of XML. For best results you'll need a JSON viewer Add-on.", "manifest_version": 2, "name": "SP REST JSON", "short_name": "SP REST JSON", "version": "1.4.0", "author": "Daniel Desch", "homepage_url": "https:\/\/github.com\/ddesch\/SP-REST-JSON\/tree\/master\/", "icons": { "16": "icons\/16\/active.png", "32": "icons\/32\/active.png", "48": "icons\/48\/active.png", "64": "icons\/64\/active.png", "128": "icons\/128\/active.png" }, "browser_action": { "default_icon": { "16": "icons\/16\/inactive.png", "32": "icons\/32\/inactive.png", "48": "icons\/48\/inactive.png", "64": "icons\/64\/inactive.png", "128": "icons\/128\/inactive.png" }, "default_popup": "popup\/tabOptions.html" }, "background": { "scripts": [ "SPRESTJSON.js" ], "persistent": true }, "content_scripts": [ { "matches": [ " |