Juan Ramón JSON Beautifier
Quick JSON code beautifier by Juan Ramon Jimenez
ما هو Juan Ramón JSON Beautifier؟
Juan Ramón JSON Beautifier هو إضافة Chrome تم تطويرها بواسطة http://www.juanramonjimenez.es، والميزة الرئيسية لها هي "Quick JSON code beautifier by Juan Ramon Jimenez".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Juan Ramón JSON Beautifier
قم بتنزيل ملفات الامتداد Juan Ramón JSON Beautifier بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
It´s basically a quick JSON code beautifier and also test if it is well formed. For programmers, testers and more. I did it for me and I know that could be useful for more people, I think there is nothing like this in Chrome store. You can select text with json code, then push Ctrl + C (in windows, Command + C in Mac) for copy to the clipboard, and then in Chrome push the icon or push Alt + C and you have got it. If you have suggestions please let me know: [email protected]
معلومات أساسية عن التمديد
الاسم | |
ID | cggldejocpefikeabhclhgcohimdgcfh |
عنوان URL الرسمي | https://chrome.google.com/webstore/detail/juan-ram%C3%B3n-json-beautifie/cggldejocpefikeabhclhgcohimdgcfh |
الوصف | Quick JSON code beautifier by Juan Ramon Jimenez |
حجم الملف | 10.78 KB |
عدد التثبيتات | 206 |
النسخة الحالية | 1.0 |
آخر تحديث | 2014-08-06 |
تاريخ النشر | 2014-08-06 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | http://www.juanramonjimenez.es |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
عنوان صفحة سياسة الخصوصية | https://juanramonjimenez.es/privacy-policy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "name": "Juan Ram\u00f3n JSON Beautifier", "version": "1.0", "description": "Quick JSON code beautifier by Juan Ramon Jimenez", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_title": "Juan Ram\u00f3n JSON Beautifier", "default_icon": "icon.png", "default_popup": "index.html" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "clipboardRead", "clipboardWrite" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Alt+C", "mac": "Alt+C", "chromeos": "Alt+C", "linux": "Alt+C" } } } } |