Jipy
Format JSON In Place. Anywhere!
Wat is Jipy?
Jipy is een Chrome-extensie ontwikkeld door twskj, en de belangrijkste functie is "Format JSON In Place. Anywhere!".
Extensie Screenshots
Download het CRX-bestand van de extensie Jipy
Download Jipy-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Jipy allows you to format JSON on any page. Unlike other formatters, Jipy does not rely on the whole page being returned as JSON. Jipy works by letting you choose the portion that you want to format. This allows you to format any embeded JSON. How to Use ========== 1. Highlight JSON payload (if the highlight is not a valid JSON, Jipy tries its best to infer the payload) 2. Choose one of the following way to format - Click { } button on top right corner - Use hotkey (Alt+F) - Right Click to bring up context menu 3. Enjoy ;-)
Basisinformatie over de Extensie
Naam | Jipy |
ID | ijpoiflpbigbngjilejmkmnoglkedcjo |
Officiële URL | https://chromewebstore.google.com/detail/jipy/ijpoiflpbigbngjilejmkmnoglkedcjo |
Beschrijving | Format JSON In Place. Anywhere! |
Bestandsgrootte | 13.43 KB |
Aantal Installaties | 444 |
Huidige Versie | 0.1.4 |
Laatst Bijgewerkt | 2019-10-11 |
Publicatiedatum | 2019-10-10 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | twskj |
Betalingswijze | free |
Extensiewebsite | https://github.com/twskj/ChromeExt-JSON-In-Place |
Help Pagina-URL | https://github.com/twskj/ChromeExt-JSON-In-Place/issues |
Ondersteunde Talen | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Jipy", "short_name": "Jipy", "version": "0.1.4", "description": "Format JSON In Place. Anywhere!", "author": "twskj", "browser_action": { "default_icon": { "16": "icon\/16.png", "24": "icon\/24.png", "32": "icon\/32.png" }, "default_title": "Format Selected JSON" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "content_scripts": [ { "matches": [ " |