Jipy
Format JSON In Place. Anywhere!
Qu'est-ce que Jipy ?
Jipy est une extension Chrome développée par twskj, et sa fonction principale est "Format JSON In Place. Anywhere!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Jipy
Téléchargez les fichiers d'extension Jipy au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 ;-)
Informations de Base sur l'Extension
Nom | Jipy |
ID | ijpoiflpbigbngjilejmkmnoglkedcjo |
URL Officiel | https://chromewebstore.google.com/detail/jipy/ijpoiflpbigbngjilejmkmnoglkedcjo |
Description | Format JSON In Place. Anywhere! |
Taille du Fichier | 13.43 KB |
Nombre d'Installations | 444 |
Version Actuelle | 0.1.4 |
Dernière Mise à Jour | 2019-10-11 |
Date de Publication | 2019-10-10 |
Évaluation | 5.00/5 Total 2 Évaluations |
Développeur | twskj |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/twskj/ChromeExt-JSON-In-Place |
URL de la Page d'Aide | https://github.com/twskj/ChromeExt-JSON-In-Place/issues |
Langues Prises en Charge | 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": [ " |