{"id":18388065,"url":"https://github.com/methodgrab/firefox-open-image-in-new-tab","last_synced_at":"2026-04-01T23:35:00.377Z","repository":{"id":42282106,"uuid":"150778675","full_name":"MethodGrab/firefox-open-image-in-new-tab","owner":"MethodGrab","description":"Adds a context menu item to open images in a new tab","archived":false,"fork":false,"pushed_at":"2023-04-29T12:24:16.000Z","size":1030,"stargazers_count":9,"open_issues_count":8,"forks_count":3,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-01T09:49:49.010Z","etag":null,"topics":["firefox-extension"],"latest_commit_sha":null,"homepage":"https://addons.mozilla.org/en-US/firefox/addon/open-image-in-new-tab-new","language":"HTML","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"isc","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MethodGrab.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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":"2018-09-28T18:16:39.000Z","updated_at":"2023-01-12T12:02:55.000Z","dependencies_parsed_at":"2024-11-06T01:53:40.453Z","dependency_job_id":"b7221905-fbcc-443b-9e2d-3cb5d7514100","html_url":"https://github.com/MethodGrab/firefox-open-image-in-new-tab","commit_stats":null,"previous_names":[],"tags_count":6,"template":false,"template_full_name":null,"purl":"pkg:github/MethodGrab/firefox-open-image-in-new-tab","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Ffirefox-open-image-in-new-tab","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Ffirefox-open-image-in-new-tab/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Ffirefox-open-image-in-new-tab/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Ffirefox-open-image-in-new-tab/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MethodGrab","download_url":"https://codeload.github.com/MethodGrab/firefox-open-image-in-new-tab/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MethodGrab%2Ffirefox-open-image-in-new-tab/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31292978,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-01T21:15:39.731Z","status":"ssl_error","status_checked_at":"2026-04-01T21:15:34.046Z","response_time":53,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["firefox-extension"],"created_at":"2024-11-06T01:30:41.794Z","updated_at":"2026-04-01T23:35:00.350Z","avatar_url":"https://github.com/MethodGrab.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Open Image In New Tab\n\n[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/MethodGrab/firefox-open-image-in-new-tab/CI.yaml?branch=master\u0026style=flat-square)](https://github.com/MethodGrab/firefox-open-image-in-new-tab/actions/workflows/CI.yaml)\n[![Version](https://img.shields.io/amo/v/open-image-in-new-tab-new?style=flat-square)][amo]\n[![Rating](https://img.shields.io/amo/rating/open-image-in-new-tab-new?style=flat-square)][amo]\n[![Users](https://img.shields.io/amo/users/open-image-in-new-tab-new?style=flat-square)][amo]\n[![Downloads](https://img.shields.io/amo/dw/open-image-in-new-tab-new?style=flat-square)][amo]\n\n\u003e A Firefox extension that adds a context menu item to open images in a new tab.\n\n\n## Options\n\n- Hold down \u003ckbd\u003eshift\u003c/kbd\u003e when selecting \"_Open image in new tab_\" from the context menu to invert the default tab active behaviour.  \n  i.e. if \"_Switch to image tab immediately_\" is set to \"_Yes_\" then holding \u003ckbd\u003eshift\u003c/kbd\u003e will load the image tab in the background rather than the foreground.\n\n\n## Restrictions\n\n- Only works with `http://`, `https://` \u0026 `data:` URLs (not `file://`, `ftp://`, etc.)\n\n\n## Development\n\nTesting unsigned extensions only works with [non-release builds](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Testing_unsigned_extensions) of Firefox, to develop the extension:\n1. Install a [non-release build](https://developer.mozilla.org/en-US/Add-ons/WebExtensions/Getting_started_with_web-ext#Testing_unsigned_extensions) (e.g. Firefox Developer Edition)\n1. `npm install`\n1. `npm run start` to load Firefox Developer Edition with the extension installed. Making changes to the code will automatically reload the extension.\n\n\n## Release Process\n\nTo publish a new version:\n\n1. `npm run validate`\n1. Bump the `version` in `src/manifest.json`\n1. Commit with the version number as the commit message (e.g. `:bookmark: 1.0.0`) and tag the commit with the version number (e.g. `v1.0.0`)\n1. `npm run package` to bundle the extension as a `zip` file\n1. Upload the generated `zip` to https://addons.mozilla.org/en-US/developers/addons\n\n\n## Credits\n- Icon by Font Awesome ([Creative Commons Attribution 4.0 International license](https://fontawesome.com/license)).\n\n\n[amo]: https://addons.mozilla.org/en-GB/firefox/addon/open-image-in-new-tab-new\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Ffirefox-open-image-in-new-tab","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmethodgrab%2Ffirefox-open-image-in-new-tab","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmethodgrab%2Ffirefox-open-image-in-new-tab/lists"}