{"id":31769624,"url":"https://github.com/stillerman/puppeteer-extra-minmax","last_synced_at":"2025-10-29T17:41:46.861Z","repository":{"id":49914046,"uuid":"270057096","full_name":"Stillerman/puppeteer-extra-minmax","owner":"Stillerman","description":"Minimize and Maximize Puppeteer Browser in Real Time!","archived":false,"fork":false,"pushed_at":"2023-10-03T00:31:47.000Z","size":59,"stargazers_count":13,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-03-26T14:46:50.275Z","etag":null,"topics":["bot","bots","chrome","headless","maximize","minimize","puppeteer","puppeteer-extra","puppeteer-extra-plugin"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Stillerman.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-06-06T17:44:58.000Z","updated_at":"2024-03-21T15:50:18.000Z","dependencies_parsed_at":"2022-09-19T07:40:43.383Z","dependency_job_id":null,"html_url":"https://github.com/Stillerman/puppeteer-extra-minmax","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/Stillerman/puppeteer-extra-minmax","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpuppeteer-extra-minmax","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpuppeteer-extra-minmax/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpuppeteer-extra-minmax/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpuppeteer-extra-minmax/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Stillerman","download_url":"https://codeload.github.com/Stillerman/puppeteer-extra-minmax/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Stillerman%2Fpuppeteer-extra-minmax/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279002551,"owners_count":26083403,"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","status":"online","status_checked_at":"2025-10-10T02:00:06.843Z","response_time":62,"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":["bot","bots","chrome","headless","maximize","minimize","puppeteer","puppeteer-extra","puppeteer-extra-plugin"],"created_at":"2025-10-10T02:51:44.683Z","updated_at":"2025-10-10T02:52:02.236Z","avatar_url":"https://github.com/Stillerman.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Minimize and Maximize Puppeteer Browsers!\n\u003e This is a plugin for [puppeteer-extra](https://github.com/berstend/puppeteer-extra) that allows you to minimize and maximize puppeteer browsers in real time.\n\n### Install\n\n```bash\nyarn add puppeteer-extra-plugin-minmax\n```\n\n### Usage\n\n```js\nconst puppeteer = require(\"puppeteer-extra\");\npuppeteer.use(require(\"puppeteer-extra-plugin-minmax\")());\n\nasync function test() {\n  const browser = await puppeteer.launch({ headless: false });\n  const page = await browser.newPage();\n\n  await page.minimize();\n  await page.maximize();\n\n  await browser.close();\n  console.log(\"all done\");\n}\n\ntest();\n```\n\nThe key lines here are `page.minimize()` and `page.maximize()`. These minimize and maximize the page respectively.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillerman%2Fpuppeteer-extra-minmax","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstillerman%2Fpuppeteer-extra-minmax","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstillerman%2Fpuppeteer-extra-minmax/lists"}