| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
A powerful browser extension for viewing, formatting, and exploring JSON content in your browser. Transform raw JSON data into an interactive, beautifully formatted tree view with powerful exploration features.
# Clone the repository
git clone https://github.com/7angle/json-pilot.git
# Navigate to project directory
cd json-pilot
# Install dependencies
npm install
# Start development server
npm run dev
# Build for production
npm run buildjson-pilot/ ├── src/ # Source code │ ├── App.vue # Main application component │ ├── components/ # Vue components │ └── main.js # Application entry point ├── public/ # Static assets ├── manifest.json # Extension manifest ├── background.js # Background script ├── content.js # Content script └── vite.config.js # Vite configuration
View JSON: Navigate to any URL that returns JSON content
Interact with JSON:
Navigation:
We welcome contributions! Here's how you can help:
git checkout -b feature/amazing-featuregit commit -m 'feat: add amazing feature'git push origin feature/amazing-featurePlease read our Contributing Guide for details on our code of conduct and development process.
This project is licensed under the MIT License - see the LICENSE file for details.
JSON Pilot takes your privacy seriously. All JSON processing happens locally in your browser - no data is ever sent to external servers. Read our Privacy Policy for more details.
If you find JSON Pilot helpful, please consider:
Made with ❤️ by 7 Angle
| Back | FazBrowse Home | New Git URL |