{"id":17239026,"url":"https://github.com/binarymuse/chrome-fast-tab-switcher","last_synced_at":"2025-04-08T03:11:41.002Z","repository":{"id":13907310,"uuid":"16606115","full_name":"BinaryMuse/chrome-fast-tab-switcher","owner":"BinaryMuse","description":":keyboard: React-based extension to quickly switch to other open Chrome tabs with just your keyboard","archived":false,"fork":false,"pushed_at":"2018-11-18T20:44:56.000Z","size":2762,"stargazers_count":348,"open_issues_count":11,"forks_count":51,"subscribers_count":14,"default_branch":"master","last_synced_at":"2025-04-07T02:42:33.187Z","etag":null,"topics":["chrome-extension","chrome-tabs","javascript","keyboard","react"],"latest_commit_sha":null,"homepage":"https://chrome.google.com/webstore/detail/fast-tab-switcher/jkhfenkikopkkpboaipgllclaaehgpjf","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/BinaryMuse.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}},"created_at":"2014-02-07T06:15:23.000Z","updated_at":"2025-03-25T22:24:32.000Z","dependencies_parsed_at":"2022-08-28T18:41:15.245Z","dependency_job_id":null,"html_url":"https://github.com/BinaryMuse/chrome-fast-tab-switcher","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fchrome-fast-tab-switcher","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fchrome-fast-tab-switcher/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fchrome-fast-tab-switcher/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BinaryMuse%2Fchrome-fast-tab-switcher/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BinaryMuse","download_url":"https://codeload.github.com/BinaryMuse/chrome-fast-tab-switcher/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247767236,"owners_count":20992548,"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","chrome-tabs","javascript","keyboard","react"],"created_at":"2024-10-15T05:47:33.344Z","updated_at":"2025-04-08T03:11:40.974Z","avatar_url":"https://github.com/BinaryMuse.png","language":"JavaScript","readme":"Chrome Fast Tab Switcher\n========================\n\nThis Chrome extension allows you to switch between Chrome tabs in your active window quickly using your keyboard.\n\nYou can [install this extension from the Chrome Web Store](https://chrome.google.com/webstore/detail/fast-tab-switcher/jkhfenkikopkkpboaipgllclaaehgpjf) if you do not wish to install it from source.\n\n![Demo](demo.gif)\n\nYou may also be interested in [a blog post](http://brandontilley.com/2014/02/24/creating-chrome-extensions-with-react.html) I wrote about building this extension with React.\n\nUsage\n-----\n\nThe default keyboard shortcut is `Ctrl+Shift+Comma` (`Cmd+Shift+Comma` on OS X). You can, and may need to, adjust your keyboard shortcuts via the link at the very bottom of your Chrome extensions page at `chrome://extensions`.\n\n`Alt+a` (`Option+a` on OS X) can be used to toggle the \"Show tabs from all windows\" option.\n\nInstalling from Source\n----------------------\n\n * Visit `chrome://extensions/`\n * Ensure `Developer mode` is checked\n * Click `Load unpacked extension...`\n * Locate and select the directory with the `manifest.json` file in it\n\nHacking\n-------\n\nYou must have [Node.js](http://nodejs.org/) installed to build the extension.\n\n1. Install the dependencies: `npm install`\n2. Build the extension from `src/js` into `build/js`:\n  * Build once: `npm run build`\n  * Build continuously as files change: `npm run watch`\n\nThe entry point for the extension's background page is `src/js/background.js`. It is responsible for communicating the list of open tabs to the client when requested.\n\nThe entry point for the extension's front-end is `src/js/client.jsx`. The client is written using [React](http://facebook.github.io/react/).\n\nBoth these files are bundled using [Browserify](http://browserify.org/) (running a JSX transform for the client scripts) into `build/js`. At runtime, the extension uses only files from `build` and `vendor`.\n\nTests\n-----\n\nRun the test suite with `npm test`.\n\nRun JSHint on the source with `npm run jshint`.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fchrome-fast-tab-switcher","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbinarymuse%2Fchrome-fast-tab-switcher","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbinarymuse%2Fchrome-fast-tab-switcher/lists"}