Bang JSON workspace
Frontend JSON workspace
Bang JSON workspace क्या है?
Bang JSON workspace Robert Xue द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Frontend JSON workspace"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Bang JSON workspace एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Frontend JSON workspace, helping a developer to quickly understand an API without writing any web scrapping scripts. It focuses on browsing, querying and traversing a JSON instead of simply visualizing it. Try http://httpbin.org/get#hash?foo=bar after install and see the difference! Updates in v0.1.7: - Bang is now a dismissible popup, compatible with all JSON viewer plugins - Improved UI for focusing on JSON contents - Easy switch between array's table view and schema view Highlights: - Display the key value structure of an object instead of the fine detail - Provides a table view for arrays - Supports traversing array elements one by one - Enable you to check the schema of an array - Enable you to check the value of a specified key inside an array - Supports any Javascript expression's value as input - Supports local json file, if enabled in extension page - The raw json response from an API will be stored into a local variable called bang, and you can either use the browsing panel to play around with data or write custom javascript expressions like 'Object.size(bang)' or even 'bang.map(function(row){ return row.name; })' - Supports underscore, d3 grammar when writing custom javascript expressions
एक्सटेंशन की मूल जानकारी
नाम | |
ID | dfmpfciemnocjnpfddbefbhhamhjcmgl |
आधिकारिक URL | https://chrome.google.com/webstore/detail/bang-json-workspace/dfmpfciemnocjnpfddbefbhhamhjcmgl |
विवरण | Frontend JSON workspace |
फ़ाइल का आकार | 402 KB |
स्थापना संख्या | 522 |
वर्तमान संस्करण | 0.1.7.6 |
अंतिम अपडेट | 2015-03-09 |
प्रकाशन तिथि | 2015-03-09 |
रेटिंग | 4.42/5 कुल 12 रेटिंग्स |
डेवलपर | Robert Xue |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/roboxue/Bang |
सहायता पृष्ठ URL | https://github.com/roboxue/Bang/issues |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Bang JSON workspace", "short_name": "bang", "version": "0.1.7.6", "icons": { "128": "bang.png" }, "description": "Frontend JSON workspace", "author": "Robert Xue", "homepage_url": "https:\/\/github.com\/roboxue\/bang", "permissions": [ "https:\/\/www.google-analytics.com\/", "storage" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "js": [ "lib\/require.js", "master.js" ], "matches": [ " |