Bang JSON workspace
Frontend JSON workspace
Τι είναι το Bang JSON workspace;
Το Bang JSON workspace είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Robert Xue, και η κύρια λειτουργία του είναι "Frontend JSON workspace".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Bang JSON workspace
Λήψη αρχείων επέκτασης Bang JSON workspace σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
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": [ " |