A lightweight Chrome/Edge extension that calculates the estimated cost of your BigQuery queries directly in the Google BigQuery Console.
- Cost Calculation: Automatically reads the displayed query size and applies a standard price per TB rate (default: $6.25/TB).
- No Server Calls: All cost calculations are performed locally; no data is transmitted to any external server.
- Easy to Use: Once installed, the Extension appends a simple cost estimate next to BigQuery’s own “Estimated to process…” text.
- Download or Clone this repository.
- Go to
chrome://extensions
(Chrome) oredge://extensions
(Edge). - Enable Developer Mode (usually found in the top-right corner).
- Load Unpacked and select the folder containing
manifest.json
. - Reload the BigQuery Console. The cost estimate will appear automatically whenever the query size is displayed.
- Fork this repository.
- Create a feature branch (
git checkout -b feature/your-feature
). - Commit your changes (
git commit -m "Add a cool feature"
). - Push to the branch (
git push origin feature/your-feature
). - Open a pull request describing your changes.
- If you encounter any issues or have suggestions, please open an issue on our GitHub issues page.
This project is released under The Unlicense. By contributing, you agree to release your contributions under the same license.