{"id":50324855,"url":"https://github.com/carloscommits/betterbudgyt","last_synced_at":"2026-05-29T05:04:20.265Z","repository":{"id":274904922,"uuid":"921882415","full_name":"CarlosCommits/BetterBudgyt","owner":"CarlosCommits","description":null,"archived":false,"fork":false,"pushed_at":"2026-01-12T16:10:13.000Z","size":2513,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-01-12T21:53:55.596Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/CarlosCommits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":"AGENTS.md","dco":null,"cla":null}},"created_at":"2025-01-24T19:49:40.000Z","updated_at":"2026-01-12T16:10:17.000Z","dependencies_parsed_at":null,"dependency_job_id":"7546f545-1736-4daf-ad71-a15694871a39","html_url":"https://github.com/CarlosCommits/BetterBudgyt","commit_stats":null,"previous_names":["ccanas2/betterbudgyt","carloscommits/betterbudgyt"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/CarlosCommits/BetterBudgyt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosCommits%2FBetterBudgyt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosCommits%2FBetterBudgyt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosCommits%2FBetterBudgyt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosCommits%2FBetterBudgyt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/CarlosCommits","download_url":"https://codeload.github.com/CarlosCommits/BetterBudgyt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/CarlosCommits%2FBetterBudgyt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33637487,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-29T02:00:06.066Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-05-29T05:04:02.266Z","updated_at":"2026-05-29T05:04:20.255Z","avatar_url":"https://github.com/CarlosCommits.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BetterBudgyt Chrome Extension\n\nA Chrome extension that enhances Budgyt.com dashboards with customizable variance calculations and improved data visualization.\n\n## Quick Installation Guide\n\n1. **Download the Extension**\n   - Download this repository as a ZIP file\n   - Extract the ZIP file to a location on your computer\n\n2. **Install in Chrome**\n   - Open Chrome and go to `chrome://extensions/`\n   - Enable \"Developer mode\" in the top-right corner\n   - Click \"Load unpacked\" in the top-left\n   - Select the extracted extension folder\n   - The BetterBudgyt icon should appear in your Chrome toolbar\n\n3. **Verify Installation**\n   - The BetterBudgyt icon should appear in your Chrome toolbar\n   - Click the icon to open the settings popup\n   - Visit any Budgyt dashboard page to see the extension in action\n\n## Quick Start Guide\n\n1. **Configure Variance Calculations**\n   - Click the BetterBudgyt icon in your toolbar\n   - Select your desired columns for variance calculations\n   - Changes are saved automatically\n\n2. **Using Total-Only View**\n   - Open any DataInput page in Budgyt\n   - Click the BetterBudgyt icon\n   - Toggle \"Show Total Only\" for a simplified view\n\n3. **Understanding Visual Indicators**\n   - Modified cells have a subtle highlight\n   - Hover over rows for enhanced visibility\n   - Headers show current calculation formulas\n\n## Features\n\n### Variance Calculations\n- Customize which columns to use in variance calculations\n- Real-time updates as you make changes\n- Support for all budget data levels\n- Dynamic percentage calculations\n\n### DataInput View Optimization\n- Toggle between full and total-only views\n- Simplified data presentation\n- Preserved total column functionality\n\n### User-Friendly Interface\n- Intuitive settings configuration\n- Visual indicators for modified cells\n- Settings persist across sessions\n\n### Data Safety\n- Works entirely client-side\n- No data is sent to servers\n- Original Budgyt data remains unchanged\n\n## Troubleshooting\n\n### Extension Not Working?\n1. Ensure you're on a Budgyt dashboard page (https://*.budgyt.com/*)\n2. Check if the extension is enabled in chrome://extensions/\n3. Try refreshing the page\n4. Disable and re-enable the extension if needed\n\n### Settings Not Saving?\n1. Check if Chrome sync is enabled\n2. Try removing and re-adding the extension\n3. Clear extension storage and reconfigure\n\n### Visual Issues?\n1. Refresh the page\n2. Ensure no other extensions are conflicting\n3. Check if your Budgyt page is fully loaded\n\n## Technical Details\n\n### Built With\n- Chrome Extension APIs (Manifest V3)\n- Native JavaScript (ES6+)\n- HTML5 \u0026 CSS3\n\n### Permissions Used\n- `storage`: Saves your settings\n- `activeTab`: Accesses current page\n- `scripting`: Performs calculations\n- Access to `*.budgyt.com` domains\n\n### Architecture\n- Client-side operations only\n- Uses MutationObserver for real-time updates\n- Implements precise CSS selectors\n\n## Development\n\n### Project Structure\n```\n├── manifest.json      # Extension configuration\n├── popup.html        # Settings interface\n├── popup.js         # Settings logic\n├── content.js       # Main functionality\n├── styles.css       # Custom styling\n└── images/          # Extension icons\n```\n\n### Building from Source\n1. Clone the repository\n2. Run `npm install`\n3. Make desired modifications\n4. Test locally using Chrome's developer mode\n5. Run `npm run build` to create a zip for local testing\n\n### Releasing a New Version\n\nReleases are automated via GitHub Actions:\n\n```bash\nnpm run release:patch    # 1.5.0 → 1.5.1 (bug fixes)\nnpm run release:minor    # 1.5.0 → 1.6.0 (new features)\nnpm run release:major    # 1.5.0 → 2.0.0 (breaking changes)\n```\n\nThis bumps the version, commits, tags, pushes, and GitHub Actions automatically uploads to the Chrome Web Store.\n\n### Contributing\n- Fork the repository\n- Create a feature branch\n- Submit a pull request\n\n## Future Enhancements\n- Additional column combination support\n- Custom formatting options\n- Export/import settings\n- Calculation presets\n- Enhanced data validation","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloscommits%2Fbetterbudgyt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcarloscommits%2Fbetterbudgyt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcarloscommits%2Fbetterbudgyt/lists"}