Playing around with Google AI Studio?
Tired of moving code back and forth with Ctrl+C/Ctrl+V like it’s 2024? This extension is a small open-source experiment in bringing a more agentic coding workflow to AI Studio.
MIT licensed · Manifest V3 · Zero runtime dependencies
- Local filesystem access
- Review before every write
- No telemetry or backend
AI Studio has the context. Your project has the files.
This extension connects a user-selected local project to the AI Studio interface in the browser. It does not try to replace a full IDE or run a hosted coding agent.
Pack repository context deliberately
Inspect a token-sorted file tree, apply exclusion globs, and include only the files useful for the current task.
Review changes before they touch disk
See additions and deletions file by file, edit the proposed result, skip unsafe patches, and sync only selected files.
Keep the workflow reversible
Write through the browser File System Access API, avoid redundant writes, and undo the most recent synchronization in one click.
From a large codebase to an inspectable patch
Install from the Chrome Web Store
Install the latest reviewed release directly in Chrome or another Chromium browser.
chromewebstore.google.com/detail/ai-studio-local-file-sync/hjldknihkaokdkfaifcjgklojjngaike
The source code and privacy policy are available on GitHub for review.
- 01
Open the listing
Open the AI Studio Local File Sync listing in the Chrome Web Store.
- 02
Add the extension
Choose Add to Chrome and confirm the permissions prompt.
- 03
Open AI Studio
Open Google AI Studio and refresh the page to start using the extension.
Your repository is not sent to an extension server
Files are read only after you choose a directory and invoke a feature. Selected context is inserted into the AI Studio page and is then handled under your Google account and Google's policies. The extension itself has no backend, analytics, trackers, or remote code. Its main functions are context packaging, diff review, synchronization, and undo.
Not affiliated with, endorsed by, or sponsored by Google. Google AI Studio is a trademark of Google LLC.