Modules pour le navigateur Firefox
  • Extensions
  • Thèmes
    • pour Firefox
    • Dictionnaires et paquetages linguistiques
    • Sites pour les autres navigateurs
    • Modules pour Android
Connexion
Icône du module

Historique de versions de Free JSON Formatter - 3 versions

Free JSON Formatter par Andret2344

Il n’y a aucune note pour l’instant
0 étoile sur 5
5
0
4
0
3
0
2
0
1
0
Historique de versions de Free JSON Formatter - 3 versions
  • Attention aux anciennes versions ! Elles sont affichées seulement à des fins de test et de référence.Vous devriez toujours utiliser la dernière version d’un module complémentaire.

  • Dernière version

    Version 0.2.1

    Publié le 13 juil. 2026 - 35,72 Ko
    Fonctionne avec firefox 128.0 et versions supérieures
    • Privacy wording in README.md, SECURITY.md, and PRIVACY.md now describes both parts of the
      extension's access: the storage API 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.

    Code source publié sous licence Licence MIT

    Télécharger Firefox et obtenir l’extension
    Télécharger le fichier
  • Anciennes versions

    Version 0.2.0

    Publié le 12 juil. 2026 - 35,66 Ko
    Fonctionne avec firefox 128.0 et versions supérieures
    • 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 #L21 in 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).
    • json in 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_version 128 - 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/, and popup/.
    • Still one permission (storage), still no network requests. The end-to-end suite now asserts the
      second of those against a real browser.

    Code source publié sous licence Licence MIT

    Télécharger le fichier
  • Version 0.1.0

    Publié le 8 juil. 2026 - 26,3 Ko
    Fonctionne avec firefox 115.0 et versions supérieures

    Code source publié sous licence Licence MIT

    Télécharger le fichier
Aller à la page d’accueil de Mozilla

Modules complémentaires

  • À propos
  • Blog des modules complémentaires Firefox
  • Atelier sur les extensions
  • Pôle développeur
  • Politiques à destination des développeurs
  • Blog de la communauté
  • Forum
  • Signaler un problème
  • Guide de revue

Télécharger

  • Download Firefox
  • Windows
  • macOS
  • iOS
  • Android
  • Linux
  • All

Dernières versions

  • Nightly
  • Beta

Firefox pour entreprise

  • Enterprise

Communauté

  • Connect
  • Contribute
  • Developer

Nous suivre

  • Instagram
  • YouTube
  • TikTok
  • Bluesky
  • Podcast
  • Confidentialité
  • Cookies
  • Mentions légales

Sauf mention contraire, le contenu de ce site est disponible sous licence Creative Commons Attribution Share-Alike v3.0 ou toute version supérieure.