JSON Formatter
JSON online formatting tool. Simple, quick and easy to use.
Co to jest JSON Formatter?
JSON Formatter to rozszerzenie Chrome opracowane przez https://www.collaboradev.com, a jego główną funkcją jest „JSON online formatting tool. Simple, quick and easy to use.”.
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
A fast and easy way to format and explore JSON content. With this plugin installed, simply select any JSON text and click the JSON Formatter icon. The plugin will detect any JSON data currently in the clipboard and display the formatted results. Once formatted, the resulting color coded JSON can be explored with expand and close clicking of JSON nodes as well as modified by clicking back to the source tab. A copy button allows for easy copying of the formatted JSON back to the clipboard.
Podstawowe informacje o rozszerzeniu
Nazwa | JSON Formatter |
ID | bbonbhlfjgpahljegfaibcgpchflglnl |
Oficjalny URL | https://chromewebstore.google.com/detail/json-formatter/bbonbhlfjgpahljegfaibcgpchflglnl |
Opis | JSON online formatting tool. Simple, quick and easy to use. |
Rozmiar pliku | 3.22 MB |
Liczba instalacji | 1,948 |
Aktualna Wersja | 1.4 |
Ostatnia Aktualizacja | 2022-01-28 |
Data Publikacji | 2018-12-07 |
Ocena | 5.00/5 Łącznie 1 Oceny |
Deweloper | https://www.collaboradev.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://json.collaboradev.com |
Obsługiwane Języki | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "JSON Formatter", "version": "1.4", "description": "JSON online formatting tool. Simple, quick and easy to use.", "icons": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" }, "manifest_version": 2, "permissions": [ "declarativeContent", "clipboardRead", "http:\/\/json.collaboradev.com\/", "https:\/\/json.collaboradev.com\/" ], "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "overlay.html", "default_icon": { "16": "img\/logo-16.png", "32": "img\/logo-32.png", "48": "img\/logo-48.png", "128": "img\/logo-128.png" } }, "externally_connectable": { "matches": [ "*:\/\/*.collaboradev.com\/*" ] } } |