Wersijowa historija Free JSON Formatter - 3 wersije
Free JSON Formatter wot Andret2344
Wersijowa historija Free JSON Formatter - 3 wersije
Budźće kedźbliwy ze staršimi wersijemi! Tute wersije so za testowanje a referencne zaměry pokazuja.Wy měł přeco najnowšu wersiju přidatka wužiwać.
Najnowša wersija
Wersija 0.2.1
13. juli 2026 wozjewjene - 35,72 KBFunguje z firefox 128.0 a pozdźišo- Privacy wording in
README.md,SECURITY.md, andPRIVACY.mdnow describes both parts of the
extension's access: thestorageAPI permission and the content-script site access that lets it
detect a JSON document served from any URL. Nothing about what the extension stores, reads, or
sends changed. - The settings popup states that JSON is processed locally in the tab and nothing is uploaded.
Žórłowy kod je pod licencu Licenca MIT
- Privacy wording in
Starše wersije
Wersija 0.2.0
12. juli 2026 wozjewjene - 35,66 KBFunguje z firefox 128.0 a pozdźišo- Line numbers, in a gutter, written at render time - a line keeps the number it has in the fully
expanded document, so folding a branch leaves a gap instead of renumbering everything below it. - Line links - click a line number to put
#L21in the address bar. Opening that link reveals the
line again, even when it sits inside a branch nobody has expanded. - Copy path - hover any line and copy its path as a console-ready accessor chain
(json.items[0].id). jsonin devtools - a page-world script exposes the parsed document to the console, lazily.- Expand all / Collapse all, run in cancellable batches so a huge document does not lock the tab;
Ctrl/Cmd+click on a node folds or opens its whole level. - Automatic initial expansion depth, chosen from the document's byte size, element count, and
nesting depth (a bounded scan - it never walks a whole multi-megabyte document to decide). - Indent guides, highlighted for the nesting level under the pointer.
- Large-payload warning in the toolbar when a document is big enough that rendering may feel slow.
- Firefox support (Manifest V3,
strict_min_version128 - the first release with"world": "MAIN"). PRIVACY.md, naming every key the extension writes to your device.docs/COMPARISON.md.
- Collections now render lazily: a collapsed branch is not merely hidden, it does not exist in
the DOM until you open it. Large documents stay responsive. - The viewer is built off-DOM and swapped into the page in one synchronous step - no flash of
recoloured raw text. - Source restructured into
content/,viewer/,shared/, andpopup/.
- Still one permission (
storage), still no network requests. The end-to-end suite now asserts the
second of those against a real browser.
Žórłowy kod je pod licencu Licenca MIT
- Line numbers, in a gutter, written at render time - a line keeps the number it has in the fully
Wersija 0.1.0
8. juli 2026 wozjewjene - 26,3 KBFunguje z firefox 115.0 a pozdźišoŽórłowy kod je pod licencu Licenca MIT