{"id":29107485,"url":"https://github.com/lorenzo0111/crosstab","last_synced_at":"2026-04-27T00:31:56.300Z","repository":{"id":298859402,"uuid":"1001332387","full_name":"Lorenzo0111/CrossTab","owner":"Lorenzo0111","description":"🔄 Sync your tabs across devices and browsers","archived":false,"fork":false,"pushed_at":"2025-06-13T08:52:22.000Z","size":1181,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-06-29T05:04:02.503Z","etag":null,"topics":["chrome","extension","firefox","sync"],"latest_commit_sha":null,"homepage":"https://crosstab.lorenzo0111.me","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Lorenzo0111.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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}},"created_at":"2025-06-13T07:46:07.000Z","updated_at":"2025-06-13T08:56:00.000Z","dependencies_parsed_at":"2025-06-13T09:50:10.269Z","dependency_job_id":null,"html_url":"https://github.com/Lorenzo0111/CrossTab","commit_stats":null,"previous_names":["lorenzo0111/crosstab"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Lorenzo0111/CrossTab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lorenzo0111%2FCrossTab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lorenzo0111%2FCrossTab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lorenzo0111%2FCrossTab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lorenzo0111%2FCrossTab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Lorenzo0111","download_url":"https://codeload.github.com/Lorenzo0111/CrossTab/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Lorenzo0111%2FCrossTab/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262539076,"owners_count":23325832,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["chrome","extension","firefox","sync"],"created_at":"2025-06-29T05:03:58.559Z","updated_at":"2026-04-27T00:31:56.294Z","avatar_url":"https://github.com/Lorenzo0111.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![CrossTab](./assets/logo.png)\n\n\u003cdiv align=\"center\"\u003e\n\n[![GitHub Release](https://img.shields.io/github/v/release/Lorenzo0111/CrossTab)](https://github.com/Lorenzo0111/CrossTab/releases/latest)\n[![GitHub License](https://img.shields.io/github/license/Lorenzo0111/CrossTab)](LICENSE)\n[![Discord](https://img.shields.io/discord/1088775598337433662)](https://discord.gg/HT47UQXBqG)\n\n  \u003chr /\u003e\n\n\u003ca href=\"https://deploy.workers.cloudflare.com/?url=https://github.com/Lorenzo0111/CrossTab\"\u003e\u003cimg height=\"32\" src=\"https://deploy.workers.cloudflare.com/button\" alt=\"Deploy to Cloudflare\" /\u003e\u003c/a\u003e\n\n\u003c/div\u003e\n\nCrossTab is a tab synchronization solution that allows you to sync your tabs across different devices. It consists of a browser extension for your browser and a serverless API backend powered by Cloudflare Workers.\n\n## Features\n\n- 🔄 **Cross-Browser Tab Sync**: Sync tabs between browsers\n- 🌐 **Multi-Device Support**: Access your tabs from any device\n- ⚡ **Real-time Synchronization**: Instant tab updates across devices\n- 🔒 **Secure**: Token-based authentication for secure data transfer\n- ☁️ **Serverless**: Powered by Cloudflare Workers for global performance\n- 🎯 **Smart Deduplication**: Avoids opening duplicate tabs\n\n## Architecture\n\nThe project consists of two main components:\n\n1. **Browser Extension** (`/extension/`) - Browser extension for tab management\n2. **API Backend** (`/api/`) - Cloudflare Workers-based REST API\n\n## Getting Started\n\n### Prerequisites\n\n- [Bun](https://bun.sh/) or Node.js for API development\n- [Wrangler CLI](https://developers.cloudflare.com/workers/wrangler/) for Cloudflare Workers deployment\n- Browser for extension testing\n\n### API Setup\n\n1. Navigate to the API directory:\n\n   ```bash\n   cd api\n   ```\n\n2. Install dependencies:\n\n   ```bash\n   bun install\n   ```\n\n3. Configure Cloudflare KV namespace:\n\n   - Create a KV namespace in your Cloudflare dashboard\n   - Update the `kv_namespaces` binding in `wrangler.jsonc`\n\n4. Start development server:\n\n   ```bash\n   bun run dev\n   ```\n\n5. Deploy to Cloudflare Workers:\n   ```bash\n   bun run deploy\n   ```\n\n## API Endpoints\n\n### Base URL\n\n```\nhttps://your-worker.your-subdomain.workers.dev\n```\n\n### Endpoints\n\n- `GET /` - Health check\n- `GET /tabs` - Retrieve all synchronized tabs\n- `POST /tabs` - Add/update tabs from current device\n- `GET /devices` - List all registered devices\n- `POST /devices` - Register a new device\n\n## Usage\n\n1. **Setup**: Configure the extension with your API URL and token\n2. **Sync**: Click \"Sync Now\" to manually sync tabs or enable automatic syncing\n3. **View**: See tabs from other devices in the extension popup\n4. **Open**: Click \"Open Remote Tabs\" to open tabs from other devices\n\n## Technology Stack\n\n### Backend\n\n- **Runtime**: Cloudflare Workers\n- **Framework**: Hono.js\n- **Validation**: Zod\n- **Storage**: Cloudflare KV\n- **Language**: TypeScript\n\n### Extension\n\n- **Manifest**: Version 3\n- **Framework**: WXT\n- **UI**: React\n\n## Development\n\n### API Development\n\n```bash\n# Start development server\nbun run dev\n\n# Generate TypeScript types for Cloudflare bindings\nbun run cf-typegen\n\n# Deploy to production\nbun run deploy\n```\n\n### Extension Development\n\n```bash\n# Start development server (Chrome)\nbun run dev\n\n# Start development server (Firefox)\nbun run dev:firefox\n```\n\n## Configuration\n\n### Environment Variables (API)\n\nThe API uses Cloudflare KV for data persistence. Configure the following in your Wrangler environment:\n\n- `CROSSTAB_KV` - KV namespace binding for storing tabs and device data\n\n### Extension Settings\n\n- **API URL**: Your Cloudflare Workers endpoint\n- **Auth Token**: Bearer token for API authentication\n- **Device Name**: Identifier for the current device\n\n## Security\n\n- All API requests require Bearer token authentication\n- CORS is configured to allow cross-origin requests\n- Data is stored securely in Cloudflare KV with proper access controls\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzo0111%2Fcrosstab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Florenzo0111%2Fcrosstab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Florenzo0111%2Fcrosstab/lists"}