JSON Formatter
Makes JSON easy to read. Open source.
Co to jest JSON Formatter?
JSON Formatter to rozszerzenie Chrome opracowane przez Nik Rolls, a jego główną funkcją jest „Makes JSON easy to read. Open source.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia JSON Formatter
Pobierz pliki rozszerzeń JSON Formatter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
Makes JSON easy to read. Open source. A fork of the original (no-longer updated) extension by Callum Locke. FEATURES • JSON & JSONP support • Syntax highlighting with 36 light and dark themes • Collapsible trees, with indent guides • Line numbers • Clickable URLs • Toggle between raw and parsed JSON • Works on any valid JSON page – URL doesn't matter • Works on local files too (if you enable this in chrome://extensions) • You can inspect the JSON by typing "json" in the console (Note: this extension might clash with other JSON highlighters/beautifiers, like ‘JSONView’, ‘Pretty JSON’ or ‘Sight’ – disable those before trying this.) PRO TIP Hold down Ctrl (or Cmd on Mac) while collapsing a tree if you want to collapse all its siblings too. PRIVACY No tracking, no advertising, and nothing else nefarious. SOURCE CODE github.com/nikrolls/json-formatter BUGS/SUGGESTIONS github.com/nikrolls/json-formatter/issues QUESTIONS twitter.com/nikrolls
Podstawowe informacje o rozszerzeniu
Nazwa | JSON Formatter |
ID | mhimpmpmffogbmmkmajibklelopddmjf |
Oficjalny URL | https://chromewebstore.google.com/detail/json-formatter/mhimpmpmffogbmmkmajibklelopddmjf |
Opis | Makes JSON easy to read. Open source. |
Rozmiar pliku | 40.9 KB |
Liczba instalacji | 45,977 |
Aktualna Wersja | 0.10.0 |
Ostatnia Aktualizacja | 2017-05-08 |
Data Publikacji | 2017-05-08 |
Ocena | 4.35/5 Łącznie 65 Oceny |
Deweloper | Nik Rolls |
Typ Płatności | free |
Strona Rozszerzenia | https://github.com/nikrolls/json-formatter |
Adres URL Strony Pomocy | https://github.com/nikrolls/json-formatter/Issues |
Obsługiwane Języki | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "0.10.0", "manifest_version": 2, "description": "Makes JSON easy to read. Open source.", "homepage_url": "https:\/\/github.com\/nikrolls\/json-formatter", "author": "Nik Rolls, Callum Locke", "minimum_edge_version": "40", "minimum_chrome_version": "21", "icons": { "128": "icons\/128.png", "32": "icons\/32.png" }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |