{"id":18879750,"url":"https://github.com/loilo/auto-group-tabs","last_synced_at":"2025-04-14T19:23:33.861Z","repository":{"id":38400636,"uuid":"347470906","full_name":"loilo/auto-group-tabs","owner":"loilo","description":"🚥 Google Chrome extension to automatically group tabs by URL","archived":false,"fork":false,"pushed_at":"2025-03-16T11:51:33.000Z","size":516,"stargazers_count":114,"open_issues_count":16,"forks_count":23,"subscribers_count":5,"default_branch":"main","last_synced_at":"2025-03-28T07:51:10.289Z","etag":null,"topics":["chrome-extension","vue"],"latest_commit_sha":null,"homepage":"https://auto-group-tabs.com","language":"JavaScript","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/loilo.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":"2021-03-13T20:22:40.000Z","updated_at":"2025-03-27T15:10:56.000Z","dependencies_parsed_at":"2023-10-16T06:31:52.589Z","dependency_job_id":"4347b980-669c-40e6-aa6f-d59bb2f72ce7","html_url":"https://github.com/loilo/auto-group-tabs","commit_stats":null,"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loilo%2Fauto-group-tabs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loilo%2Fauto-group-tabs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loilo%2Fauto-group-tabs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/loilo%2Fauto-group-tabs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/loilo","download_url":"https://codeload.github.com/loilo/auto-group-tabs/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248943518,"owners_count":21186978,"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","vue"],"created_at":"2024-11-08T06:39:08.821Z","updated_at":"2025-04-14T19:23:33.831Z","avatar_url":"https://github.com/loilo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Auto-Group Tabs\n\nThis is a Google Chrome extension which enables the configuration of tab groups for certain URLs. Navigating to such a URL will automatically add the tab to its configured group (creating the group if it does not exist).\n\n## Development\n\nThis project is built with [Vue](https://v3.vuejs.org/) and [Vite](https://vitejs.dev/).\n\n### Setup\n\nClone this project:\n\n```bash\ngit clone https://github.com/loilo/auto-group-tabs.git\n```\n\nStep into the cloned folder and install [npm](https://www.npmjs.com/) dependencies:\n\n```bash\nnpm ci\n```\n\n### Development of the Options UI\n\nThe fastest way to tinker with the heart of this extension — its options page — is to run the `dev` script:\n\n```bash\nnpm run dev\n```\n\nThis will start up the Vite dev server and serve the options page on [localhost:6655](http://localhost:6655/). Having the options page directly in the browser allows for comfort features like hot module reloading to be usable during development.\n\nIn this mode, Chrome extension APIs accessed during production (e.g. `chrome.i18n` and `chrome.storage`) use browser-based fallbacks.\n\n\u003e **Note:** You probably want to use the [device toolbar](https://developers.google.com/web/tools/chrome-devtools/device-mode) of Chrome's devtools to give the options page a proper viewport. Chrome's options overlays are (at the time of writing) 400px wide, and I used a height of 600px during development.\n\n### Testing in Chrome\n\nTo test the extension in Chrome, you'll have to do a production build of it:\n\n```bash\nnpm run build\n```\n\nThis will create a subfolder with the name `extension` inside the project, which can be installed in your Chrome browser.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floilo%2Fauto-group-tabs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Floilo%2Fauto-group-tabs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Floilo%2Fauto-group-tabs/lists"}