JSON++
JSON viewer with JSON path search
Hvad er JSON++?
JSON++ er en Chrome-udvidelse udviklet af Dovocode, og dens hovedfunktion er "JSON viewer with JSON path search".
Udvidelsesskærmbilleder
Download JSON++-udvidelses-CRX-fil
Download 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
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æggende oplysninger om udvidelsen
| Navn | |
| ID | iglemljkbocdodbincahibnabahledap |
| Officiel URL | https://chromewebstore.google.com/detail/json++/iglemljkbocdodbincahibnabahledap |
| Beskrivelse | JSON viewer with JSON path search |
| Filstørrelse | 60.41 KB |
| Antal Installationer | 156 |
| Nuværende Version | 0.0.2 |
| Senest Opdateret | 2022-07-03 |
| Udgivelsesdato | 2020-09-24 |
| Udvikler | Dovocode |
| [email protected] | |
| Betalingsmetode | free |
| Understøttede Sprog | 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"
]
}
]
} | |