{"id":22952894,"url":"https://github.com/parkerm/close-tabs-to-left","last_synced_at":"2026-05-11T05:45:17.892Z","repository":{"id":51135219,"uuid":"238571699","full_name":"ParkerM/close-tabs-to-left","owner":"ParkerM","description":"Firefox extension that adds a \"Close Tabs to the Left\" option in tab menus.","archived":false,"fork":false,"pushed_at":"2022-11-19T22:26:16.000Z","size":578,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"develop","last_synced_at":"2025-04-01T23:48:21.688Z","etag":null,"topics":["browser-extension","firefox","firefox-extension","jest","tabs","typescript","web-ext","web-extension","webpack"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/close-tabs-to-left/","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/ParkerM.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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":"2020-02-05T23:49:40.000Z","updated_at":"2024-04-28T16:10:53.000Z","dependencies_parsed_at":"2023-01-22T07:45:12.865Z","dependency_job_id":null,"html_url":"https://github.com/ParkerM/close-tabs-to-left","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/ParkerM/close-tabs-to-left","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParkerM%2Fclose-tabs-to-left","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParkerM%2Fclose-tabs-to-left/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParkerM%2Fclose-tabs-to-left/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParkerM%2Fclose-tabs-to-left/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ParkerM","download_url":"https://codeload.github.com/ParkerM/close-tabs-to-left/tar.gz/refs/heads/develop","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ParkerM%2Fclose-tabs-to-left/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32883469,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-10T13:40:02.631Z","status":"online","status_checked_at":"2026-05-11T02:00:05.975Z","response_time":120,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["browser-extension","firefox","firefox-extension","jest","tabs","typescript","web-ext","web-extension","webpack"],"created_at":"2024-12-14T15:51:39.782Z","updated_at":"2026-05-11T05:45:17.872Z","avatar_url":"https://github.com/ParkerM.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# close-tabs-to-left\n\u003cp align=\"left\"\u003e\n  \u003ca href=\"https://github.com/ParkerM/close-tabs-to-left/actions\"\u003e\u003cimg alt=\"CI status\" src=\"https://github.com/ParkerM/close-tabs-to-left/workflows/CI/badge.svg\"\u003e\u003c/a\u003e\n  \u003ca href=\"https://parkerm.github.io/close-tabs-to-left/coverage\"\u003e\u003cimg alt=\"Coverage report\" src=\"https://parkerm.github.io/close-tabs-to-left/coverage/badge.svg\"\u003e\u003c/a\u003e\n\u003c/p\u003e\n\nFirefox extension that adds \"Close Tabs to the Left\" context menu entry.\n\n# ⚠ Notice:\nAs a result of \"Close Tabs to the Left\" becoming standard functionality in Firefox version 88,\nthis extension will be restricted to Firefox versions 87 and below.\n\n## Building\nSee [package.json](./package.json) for more info on the yarn scripts mentioned here.\n\n### Requirements\n- Node.js 14\n- yarn 1.22+\n\n### Install\n```bash\nyarn install\n```\n\n### Build and run locally\n```bash\n# output development build to ./dist\nyarn build\n\n# use \"web-ext run\" to spin up firefox with the built extension \nyarn start\n```\n\n### Testing localization\n1. Install the desired language pack from\n[Dictionaries and Language Packs](https://addons.mozilla.org/en-US/firefox/language-tools/).\n1. Create a non-default profile via `about:profiles` and set the preferred language.\n1. Launch via `web-ext run --pref intl.locale.requested=\u003clocale-id\u003e -p \"\u003cprofile-name\u003e\" --keep-profile-changes`\n    * Example configuration using the es-MX language pack and profile named `esmx`:\n      ```\n      web-ext run --pref intl.locale.requested=es-MX -p \"esmx\" --keep-profile-changes\n      ```\nSee `start:dev-es` in [package.json](./package.json) for a working configuration.\n\n### Generate changelog\nGenerates and commits a changelog and version bumps based on conventional commit rules.\n\n```bash\nyarn run stage\n```\n\nThe following scripts are also provided to override automatic semver detection:\n * `yarn run stage:patch`\n * `yarn run stage:minor`\n * `yarn run stage:major`\n\n### Build and package release\nOutputs a production-ready build artifact to `./web-ext-artifacts`.\n\n```bash\nyarn run release\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparkerm%2Fclose-tabs-to-left","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fparkerm%2Fclose-tabs-to-left","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fparkerm%2Fclose-tabs-to-left/lists"}