{"id":21479269,"url":"https://github.com/bambooom/focus-tomato","last_synced_at":"2025-03-17T08:42:16.612Z","repository":{"id":202858113,"uuid":"708292429","full_name":"bambooom/focus-tomato","owner":"bambooom","description":"WIP","archived":false,"fork":false,"pushed_at":"2024-03-18T18:23:21.000Z","size":1344,"stargazers_count":0,"open_issues_count":5,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-23T18:15:36.080Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/bambooom.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-10-22T05:28:20.000Z","updated_at":"2023-10-22T05:28:27.000Z","dependencies_parsed_at":null,"dependency_job_id":"b56b46c9-d97b-48b0-b327-416ca761610b","html_url":"https://github.com/bambooom/focus-tomato","commit_stats":null,"previous_names":["bambooom/focus-tomato"],"tags_count":0,"template":false,"template_full_name":"Jonghakseo/chrome-extension-boilerplate-react-vite","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Ffocus-tomato","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Ffocus-tomato/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Ffocus-tomato/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bambooom%2Ffocus-tomato/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bambooom","download_url":"https://codeload.github.com/bambooom/focus-tomato/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244004129,"owners_count":20382330,"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":[],"created_at":"2024-11-23T11:24:24.962Z","updated_at":"2025-03-17T08:42:16.575Z","avatar_url":"https://github.com/bambooom.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e This project is generated by the boilerplate https://github.com/Jonghakseo/chrome-extension-boilerplate-react-vite\n\nBelow is part of the readme of the boilerplate for my reference.\n\n## Table of Contents\n\n- [Features](#features)\n- [Installation](#installation)\n    - [Procedures](#procedures)\n    - [Chrome](#chrome)\n    - [Firefox](#firefox)\n- [Pages](#pages)\n- [Examples](#examples)\n- [Documents](#documents)\n\n## Features \u003ca name=\"features\"\u003e\u003c/a\u003e\n\n- [React 18](https://reactjs.org/)\n- [TypeScript](https://www.typescriptlang.org/)\n- [Jest](https://jestjs.io/)\n- [React Testing Library](https://testing-library.com/docs/react-testing-library/intro/)\n- [Vite](https://vitejs.dev/)\n- [SASS](https://sass-lang.com/)\n- [Twind](https://twind.dev/)\n- [Prettier](https://prettier.io/)\n- [ESLint](https://eslint.org/)\n- [Husky](https://typicode.github.io/husky/getting-started.html#automatic-recommended)\n- [Commitlint](https://commitlint.js.org/#/guides-local-setup?id=install-commitlint)\n- [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/#summary)\n- [Chrome Extension Manifest Version 3](https://developer.chrome.com/docs/extensions/mv3/intro/)\n- HRR(Hot Rebuild \u0026 Refresh/Reload)\n\n## Installation \u003ca name=\"installation\"\u003e\u003c/a\u003e\n\n### Procedures: \u003ca name=\"procedures\"\u003e\u003c/a\u003e\n\n1. Clone this repository.\n2. Change `name` and `description` in package.json =\u003e **Auto synchronize with manifest**\n3. Install pnpm globally: `npm install -g pnpm` (check your node version \u003e= 16.6, recommended \u003e= 18)\n4. Run `pnpm install`\n\nAnd next, depending on the needs:\n\n### For Chrome: \u003ca name=\"chrome\"\u003e\u003c/a\u003e\n\n1. Run:\n    - Dev: `pnpm dev` or `npm run dev`\n    - Prod: `pnpm build` or `npm run build`\n2. Open in browser - `chrome://extensions`\n3. Check - `Developer mode`\n4. Find and Click - `Load unpacked extension`\n5. Select - `dist` folder\n\n### For Firefox: \u003ca name=\"firefox\"\u003e\u003c/a\u003e\n\n1. Run:\n    - Dev: `pnpm dev:firefox` or `npm run dev:firefox`\n    - Prod: `pnpm build:firefox` or `npm run build:firefox`\n2. Open in browser - `about:debugging#/runtime/this-firefox`\n3. Find and Click - `Load Temporary Add-on...`\n4. Select - `manifest.json` from `dist` folder\n\n***Remember in firefox you add plugin in temporary mode, that's mean it's disappear after close browser, you must do it again, on next launch.***\n\n## Pages \u003ca name=\"pages\"\u003e\u003c/a\u003e\n\n### New Tab \u003ca name=\"newtab\"\u003e\u003c/a\u003e\n\n[Override Chrome pages](https://developer.chrome.com/docs/extensions/mv3/override/)\u003cbr/\u003e`chrome_url_overrides.newtab` in\nmanifest.json\n\n### Popup \u003ca name=\"popup\"\u003e\u003c/a\u003e\n\n[Browser actions](https://developer.chrome.com/docs/extensions/reference/browserAction/)\u003cbr/\u003e`action.default_popup` in\nmanifest.json\n\n### Devtools \u003ca name=\"devtools\"\u003e\u003c/a\u003e\n\n[Devtools](https://developer.chrome.com/docs/extensions/mv3/devtools/#creating)\u003cbr/\u003e`devtools_page` in manifest.json\n\n### Background \u003ca name=\"background\"\u003e\u003c/a\u003e\n\n[Background](https://developer.chrome.com/docs/extensions/mv3/background_pages/)\u003cbr/\u003e`background.service_worker` in\nmanifest.json\n\n### ContentScript \u003ca name=\"contentscript\"\u003e\u003c/a\u003e\n\n[Content Script](https://developer.chrome.com/docs/extensions/mv3/content_scripts/)\u003cbr/\u003e`content_scripts[0]` in\nmanifest.json\n\n### Options \u003ca name=\"options\"\u003e\u003c/a\u003e\n\n[Options](https://developer.chrome.com/docs/extensions/mv3/options/)\u003cbr/\u003e`options_page` in manifest.json\n\n## Examples \u003ca name=\"examples\"\u003e\u003c/a\u003e\n\n- https://github.com/Jonghakseo/drag-gpt-extension\n- https://github.com/Jonghakseo/pr-commit-noti\n- https://github.com/ariburaco/chatgpt-file-uploader-extended\n\n## Documents \u003ca name=\"documents\"\u003e\u003c/a\u003e\n\n- [Vite Plugin](https://vitejs.dev/guide/api-plugin.html)\n- [ChromeExtension](https://developer.chrome.com/docs/extensions/mv3/)\n- [Rollup](https://rollupjs.org/guide/en/)\n- [Rollup-plugin-chrome-extension](https://www.extend-chrome.dev/rollup-plugin)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbambooom%2Ffocus-tomato","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbambooom%2Ffocus-tomato","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbambooom%2Ffocus-tomato/lists"}