{"id":26408072,"url":"https://github.com/thearpankumar/tabflow","last_synced_at":"2026-01-04T12:01:49.813Z","repository":{"id":282719228,"uuid":"949452478","full_name":"thearpankumar/TabFlow","owner":"thearpankumar","description":"Chrome extention for saving tab group and then open them later","archived":false,"fork":false,"pushed_at":"2025-03-16T14:04:21.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-16T14:35:03.299Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/thearpankumar.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}},"created_at":"2025-03-16T13:55:05.000Z","updated_at":"2025-03-16T14:04:24.000Z","dependencies_parsed_at":"2025-03-16T14:45:12.511Z","dependency_job_id":null,"html_url":"https://github.com/thearpankumar/TabFlow","commit_stats":null,"previous_names":["thearpankumar/tabflow"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearpankumar%2FTabFlow","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearpankumar%2FTabFlow/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearpankumar%2FTabFlow/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/thearpankumar%2FTabFlow/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/thearpankumar","download_url":"https://codeload.github.com/thearpankumar/TabFlow/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244090285,"owners_count":20396381,"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":[],"created_at":"2025-03-17T18:38:03.345Z","updated_at":"2026-01-04T12:01:49.708Z","avatar_url":"https://github.com/thearpankumar.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"Here’s a **README.md** file for your project. You can copy and paste this into a new file named `README.md` in your project folder:\n\n---\n\n# TabFlow\n\nA Chrome extension for exporting and managing browser tab URLs with ease.\n\n![TabFlow Screenshot](SS-Extention.png) \u003c!-- Add a screenshot if you have one --\u003e\n\n## Features\n- **Export Tab URLs**: Save all open tab URLs to a `.txt` file.\n- **Open Links from Text**: Paste a list of URLs to open them in new tabs.\n- **Modern UI**: Clean and intuitive design for seamless user experience.\n\n## Installation\n1. Clone this repository:\n   ```bash\n   git clone https://github.com/your-username/TabFlow.git\n   ```\n2. Open Chrome and go to `chrome://extensions`.\n3. Enable **Developer mode** (toggle in the top-right corner).\n4. Click **Load unpacked** and select the `TabFlow` folder.\n\n## Usage\n1. Click the TabFlow extension icon in the Chrome toolbar.\n2. **Export Tab URLs**:\n   - Enter a filename (e.g., `my_tabs.txt`).\n   - Click \"Export Tab URLs\" to download the file.\n3. **Open Links from Text**:\n   - Paste the file content (one URL per line) into the textarea.\n   - Click \"Open Links from Text\" to open all URLs in new tabs.\n\n## Example\n### Export Tab URLs\n1. Enter a filename: `my_tabs.txt`.\n2. Click \"Export Tab URLs\".\n3. A file named `my_tabs.txt` will be downloaded with all open tab URLs.\n\n### Open Links from Text\n1. Paste the following into the textarea:\n   ```\n   https://www.google.com\n   https://www.github.com\n   https://www.wikipedia.org\n   ```\n2. Click \"Open Links from Text\".\n3. All URLs will open in new tabs.\n\n## Contributing\nContributions are welcome! Here’s how you can help:\n1. Fork the repository.\n2. Create a new branch:\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n3. Commit your changes:\n   ```bash\n   git commit -m \"Add your feature\"\n   ```\n4. Push to the branch:\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n5. Open a pull request.\n\n## License\nThis project is licensed under the [MIT License](LICENSE).\n\n## Acknowledgments\n- Inspired by the need for better tab management in Chrome.\n- Built with ❤️ using HTML, CSS, JavaScript, and the Chrome Extensions API.\n\n---\n\n**Enjoy using TabFlow!** 🚀\n\n\n---\n\n### **How to Use**\n1. Save the above content in a file named `README.md` in your project folder.\n2. Customize the following:\n   - Replace `your-username` with your GitHub username.\n   - Add a screenshot (optional) and replace `screenshot.png` with your actual screenshot file.\n3. Push the `README.md` to GitHub:\n   ```bash\n   git add README.md\n   git commit -m \"Add README.md\"\n   git push origin main\n   ```\n\n---\n\n### **Example Screenshot**\nIf you want to add a screenshot:\n1. Take a screenshot of your extension popup.\n2. Save it as `screenshot.png` in your project folder.\n3. Add it to Git:\n   ```bash\n   git add screenshot.png\n   git commit -m \"Add screenshot\"\n   git push origin main\n   ```\n\n---\n\nLet me know if you need further assistance! 🎉\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearpankumar%2Ftabflow","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fthearpankumar%2Ftabflow","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fthearpankumar%2Ftabflow/lists"}