JSON2Class
auto generate class code by JSON data!
What is JSON2Class?
JSON2Class is a Chrome extension developed by yozian, and its main feature is "auto generate class code by JSON data!".
Extension Screenshots
Download JSON2Class Extension CRX File
Download JSON2Class extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Help you auto generate class from JSON format! Current support languages: 1. JAVA 2. C# 3. Swift 4. Objective-C 5. VB.NET 6. JavaScript
Extension Basic Information
Name | JSON2Class |
ID | eihoefojnhgfnhlcplgafjaikcbdfdco |
Official URL | https://chromewebstore.google.com/detail/json2class/eihoefojnhgfnhlcplgafjaikcbdfdco |
Description | auto generate class code by JSON data! |
File Size | 95.44 KB |
Installation Count | 192 |
Current Version | 0.2.4 |
Last Updated | 2016-11-28 |
Publish Date | 2016-11-27 |
Rating | 5.00/5 Total 3 Ratings |
Developer | yozian |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yozian/JSON2Class |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com\/analytics.js ; object-src 'self'", "name": "JSON2Class", "description": "auto generate class code by JSON data!", "version": "0.2.4", "icons": { "48": "icon48.png", "128": "icon128.png" }, "browser_action": { "default_icon": "icon128.png", "default_popup": "popup.html", "default_title": "JSON2Class" }, "permissions": [ "activeTab", "https:\/\/ajax.googleapis.com\/", "https:\/\/ssl.google-analytics.com\/" ] } |