{"id":13299691,"url":"https://github.com/BrowserExtDevelopment/React-Extension-Boilerplate","last_synced_at":"2025-03-10T11:32:31.849Z","repository":{"id":41585800,"uuid":"319633614","full_name":"BrowserExtDevelopment/React-Extension-Boilerplate","owner":"BrowserExtDevelopment","description":null,"archived":false,"fork":false,"pushed_at":"2022-12-12T01:39:17.000Z","size":15813,"stargazers_count":0,"open_issues_count":8,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-05T05:55:56.609Z","etag":null,"topics":["boilerplate","chrome","chrome-extension","edge","es6","firefox","firefox-extension","opera","react","reactjs"],"latest_commit_sha":null,"homepage":null,"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/BrowserExtDevelopment.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":"2020-12-08T12:35:11.000Z","updated_at":"2021-05-11T23:43:16.000Z","dependencies_parsed_at":"2023-01-27T09:46:20.304Z","dependency_job_id":null,"html_url":"https://github.com/BrowserExtDevelopment/React-Extension-Boilerplate","commit_stats":null,"previous_names":[],"tags_count":null,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrowserExtDevelopment%2FReact-Extension-Boilerplate","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrowserExtDevelopment%2FReact-Extension-Boilerplate/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrowserExtDevelopment%2FReact-Extension-Boilerplate/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrowserExtDevelopment%2FReact-Extension-Boilerplate/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrowserExtDevelopment","download_url":"https://codeload.github.com/BrowserExtDevelopment/React-Extension-Boilerplate/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":221170247,"owners_count":16768659,"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":["boilerplate","chrome","chrome-extension","edge","es6","firefox","firefox-extension","opera","react","reactjs"],"created_at":"2024-07-29T17:37:46.936Z","updated_at":"2024-10-23T07:31:13.102Z","avatar_url":"https://github.com/BrowserExtDevelopment.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Extension Boilerplate\n\nWorks for Chrome, Opera, Edge \u0026 Firefox.\n\n![preview](preview/Sep-21-2020%2015-15-55.gif)\n\n## Features\n\n\u003e- ___Write in your favorite framework - React! :)___\n\u003e  \n\u003e   Now you can create part of your extensions in React framework - as you wish ;)\n\u003e\n\u003e- ___Write once and deploy to Chrome, Opera, Edge \u0026 Firefox___\n\u003e\n\u003e   Based on WebExtensions. It also includes a tiny polyfill to bring uniformity\n\u003e to the APIs exposed by different browsers.\n\u003e\n\u003e- ___Live-reload___\n\u003e\n\u003e   Your changes to CSS, HTML \u0026 JS files will be relayed instantly without having\n\u003e   to manually reload the extension. This ends up saving a lot of time and\n\u003e   improving the developer experience. Based on \u003chttps://github.com/xpl/crx-hotreload\u003e\n\u003e\n\u003e- ___Newest js technology stack___\n\u003e\n\u003e   You can use ES6, ES5.\n\u003e\n\u003e- ___Comfortable styles import___\n\u003e\n\u003e   With react you can load styles directly and you can use scss for styling.\n\u003e\n\u003e- ___Easily configurable and extendable___\n\u003e\n\u003e   Project use webpack so you can easily customize your project depends on your needs.\n\u003e  In config.json you can define source path for each browser\n\u003e  (if needed - default it's the same source), destination and develop directory.\n\u003e\n\u003e- ___Clean code___\n\u003e\n\u003e   Clean code is the best way for long term support for project. Boilerplate has\n\u003e  fully configured eslint with airbnb style guide.\n\u003e\n\u003e- ___Test your components!___\n\u003e\n\u003e   Project use some library which support your testing process.\n\u003e  As test runner we use karma, as testing framework mocha.\n\u003e  As support to assertion we use chai.\n\n## Run \u0026 Installation \n\n\u003e### Run \u0026 Build\n\u003e\n\u003e\u003e 1. Clone the repository `git clone https://github.com/WebExp0528/\u003eReact-Extension-Boilerplate.git`\n\u003e\u003e 2. Run `npm install` or `yarn install`\n\u003e\u003e 3. Run `npm run build` or `yarn build`\n\u003e\u003e\n\u003e\u003e Note: You can [download](https://github.com/WebExp0528/React-Extension-Boilerplate/releases/latest) build file\n\u003e\n\u003e### Load the extension in Chrome \u0026 Opera\n\u003e\n\u003e\u003e 1. Open Chrome/Opera browser and navigate to chrome://extensions\n\u003e\u003e 2. Select \"Developer Mode\" and then click \"Load unpacked extension...\"\n\u003e\u003e 3. From the file browser, choose to `React-Extension-Boilerplate/dev/chrome`\n\u003e\u003e or \u003e (`React-Extension-Boilerplate/dev/opera`)\n\u003e\n\u003e### Load the extension in Firefox\n\u003e\n\u003e\u003e1. Open Firefox browser and navigate to about:debugging\n\u003e\u003e2. Click \"Load Temporary Add-on\" and from the file browser, choose \u003e\u003e`React-Extension-Boilerplate/dev/firefox`\n\u003e\n\u003e### Load the extension in Edge\n\u003e\n\u003e\u003e\u003chttps://docs.microsoft.com/en-us/microsoft-edge/extensions/guides/\u003eadding-and-removing-extensions\u003e\n\n## Developing\n\n\u003eThe following tasks can be used when you want to start developing the extension\n\u003eand want to enable live reload -\n\u003e`npm run watch-dev` or `yarn watch-dev`\n\n## Packaging\n\n\u003eRun `npm run build` or `yarn build` to create a zipped,\nproduction-ready extension for each browser.\nYou can then upload that to the app store.\n\n---\n\nThis project is licensed under the MIT license.\n\nIf you have any questions or comments, please create a new issue.\nI'd be happy to hear your thoughts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrowserExtDevelopment%2FReact-Extension-Boilerplate","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FBrowserExtDevelopment%2FReact-Extension-Boilerplate","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FBrowserExtDevelopment%2FReact-Extension-Boilerplate/lists"}