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.
Vad är SP REST JSON?
SP REST JSON är en Chrome-tillägg utvecklad av Deschi, och dess huvudfunktion är "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.".
Tilläggsskärmbilder
Ladda ner SP REST JSON-förlängningens CRX-fil
Ladda ner SP REST JSON-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
| Namn | |
| ID | kcdolhjbipnfgefpjaopfbjbannphidh |
| Officiell webbadress | https://chromewebstore.google.com/detail/sp-rest-json/kcdolhjbipnfgefpjaopfbjbannphidh |
| Beskrivning | 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. |
| Filstorlek | 64.89 KB |
| Antal Installationer | 1,425 |
| Aktuell Version | 1.4.0 |
| Senast Uppdaterad | 2021-01-26 |
| Publiceringsdatum | 2020-01-29 |
| Betyg | 5.00/5 Totalt 2 Betyg |
| Utvecklare | Deschi |
| E-post | [email protected] |
| Betalningssätt | free |
| Tilläggswebbplats | https://github.com/ddesch/SP-REST-JSON |
| Stödda Språk | 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": [
" | |