JSON++
JSON viewer with JSON path search
Vad är JSON++?
JSON++ är en Chrome-tillägg utvecklad av Dovocode, och dess huvudfunktion är "JSON viewer with JSON path search".
Tilläggsskärmbilder
Ladda ner JSON++-förlängningens CRX-fil
Ladda ner 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
Direct JSON viewer extension with JSON path search to identify the paths and only test several parts. This extension checks the application/json header. To detect if it should be shown, the data is also collapsible Grundläggande Information om Tillägg
| Namn | |
| ID | iglemljkbocdodbincahibnabahledap |
| Officiell webbadress | https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap |
| Beskrivning | JSON viewer with JSON path search |
| Filstorlek | 60.41 KB |
| Antal Installationer | 156 |
| Aktuell Version | 0.0.2 |
| Senast Uppdaterad | 2022-07-03 |
| Publiceringsdatum | 2020-09-24 |
| Utvecklare | Dovocode |
| E-post | [email protected] |
| Betalningssätt | free |
| Stödda Språk | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "JSON++",
"version": "0.0.2",
"manifest_version": 2,
"description": "JSON viewer with JSON path search",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"default_locale": "en",
"permissions": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"content_scripts": [
{
"matches": [
"https:\/\/*\/*",
"http:\/\/*\/*"
],
"js": [
"src\/inject\/inject.js"
]
}
]
} | |