{"id":13432743,"url":"https://github.com/ibnzUK/next-chrome-starter","last_synced_at":"2025-03-17T10:32:30.478Z","repository":{"id":164754517,"uuid":"640158915","full_name":"ibnzUK/Next-Chrome-Starter","owner":"ibnzUK","description":"Next.js Chrome Extension Starter example application that demonstrates how to build a Chrome extension using Next.js. It provides a foundation for developing Chrome extensions with Next.js, React and Node.js","archived":false,"fork":false,"pushed_at":"2024-11-30T13:55:38.000Z","size":1577,"stargazers_count":189,"open_issues_count":1,"forks_count":54,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-08T13:36:14.080Z","etag":null,"topics":["chrome","chrome-example","chrome-extension","chrome-extension-example","chrome-extension-next","chrome-extension-nextjs","chrome-extension-react","chrome-extension-template","chrome-node","chrome-nodejs","developers","ibnz","ibnz-developers","javascript","js","next","next-chrome-starter","nextjs","nextjs-template","react"],"latest_commit_sha":null,"homepage":"","language":"HTML","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/ibnzUK.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":"2023-05-13T07:10:42.000Z","updated_at":"2025-03-04T15:57:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"55adce62-ce17-4abf-86ef-37710a284efd","html_url":"https://github.com/ibnzUK/Next-Chrome-Starter","commit_stats":{"total_commits":9,"total_committers":2,"mean_commits":4.5,"dds":"0.11111111111111116","last_synced_commit":"087584e1b007d6c3307ab569221334b1eb043410"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnzUK%2FNext-Chrome-Starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnzUK%2FNext-Chrome-Starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnzUK%2FNext-Chrome-Starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ibnzUK%2FNext-Chrome-Starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ibnzUK","download_url":"https://codeload.github.com/ibnzUK/Next-Chrome-Starter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244016818,"owners_count":20384213,"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","chrome-example","chrome-extension","chrome-extension-example","chrome-extension-next","chrome-extension-nextjs","chrome-extension-react","chrome-extension-template","chrome-node","chrome-nodejs","developers","ibnz","ibnz-developers","javascript","js","next","next-chrome-starter","nextjs","nextjs-template","react"],"created_at":"2024-07-31T02:01:16.023Z","updated_at":"2025-03-17T10:32:30.467Z","avatar_url":"https://github.com/ibnzUK.png","language":"HTML","funding_links":[],"categories":["HTML"],"sub_categories":[],"readme":"# Next.js Chrome Extension Starter  🚀  \n\nNext.js Chrome Extension Starter is a demo example application that demonstrates how to build a Chrome extension using Next.js.\n\n## Table of Contents ✨  \n\n- [Description](#description)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n\n# Description\n\nThe Next.js Chrome Extension Starter provides a foundation for building Chrome extensions using Next.js, React, and other related technologies. It showcases the integration of Next.js and Chrome extension development by demonstrating a simple application with multiple pages.\n\n\n![Preview](Screen2.jpg)\n\n# Installation\n\nTo install and run Next.js Chrome Extension Starter locally, follow these steps:\n\n1. Clone this repository: \n\n   ```bash\n   git clone https://github.com/ibnzUK/next-chrome-starter.git\n   ```\n2. Navigate to project directory: \n\n   ```\n   cd next-chrome-starter\n   ```\n4. Install the dependencies using npm: \n   ```\n   npm install\n   ```\n\n# Usage\n## Usage Locally  🔥\nTo run the Next.js Chrome Extension Starter locally, follow these steps:\n\nRun the project:\n```\nnpm run dev\n```\n`This will run project on your localhost`\n\n http://localhost:3000/\n\n## Build and Import To Chrome 🔥\nTo build and import Next.js Chrome Extension Starter to chrome browser, follow these steps:\n\n1. Build the project:\n```\nnpm run build\n```\n`This will run prep and export to create new folder 'out/', and rename '_next' forlder to 'next' (without underscore)`\n\n2. Open Google Chrome and go to chrome://extensions.\n\n\n3. Enable the \"Developer mode\" toggle switch.\n\n4. Click on \"Load unpacked\" and select the out folder generated by the build process.\n\n5. The Next.js Chrome Extension Starter should now be loaded as an unpacked extension in Google Chrome.\n\n![Preview](Screen1.jpg)\n\n\n\n\n\n# Contributing\nContributions to the Next.js Chrome Extension Starter are welcome! If you find any issues or have suggestions for improvements, please feel free to open an issue or submit a pull request.\n\n# License\nThis project is licensed under the MIT License.\n\nFeel free to customize and modify it based on your specific requirements. \nMake sure to include any additional information, such as troubleshooting tips or specific \nChrome extension functionality, to provide a comprehensive guide for users.\n\n```\nMIT License\n\nCopyright (c) 2023 Justinas Kairys (ibnzUk)\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FibnzUK%2Fnext-chrome-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FibnzUK%2Fnext-chrome-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FibnzUK%2Fnext-chrome-starter/lists"}