{"id":26154330,"url":"https://github.com/younes-alturkey/farabi","last_synced_at":"2026-05-05T04:40:58.789Z","repository":{"id":114430715,"uuid":"590914322","full_name":"younes-alturkey/farabi","owner":"younes-alturkey","description":null,"archived":false,"fork":false,"pushed_at":"2024-06-01T16:49:41.000Z","size":20625,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-25T01:49:21.646Z","etag":null,"topics":["chatgpt","chrome-extension","react","typescript","webpack"],"latest_commit_sha":null,"homepage":"https://younes.expert","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/younes-alturkey.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-01-19T14:09:30.000Z","updated_at":"2024-06-01T16:50:03.000Z","dependencies_parsed_at":"2025-03-11T08:40:44.560Z","dependency_job_id":null,"html_url":"https://github.com/younes-alturkey/farabi","commit_stats":null,"previous_names":["younes-alturkey/farabi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/younes-alturkey/farabi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younes-alturkey%2Ffarabi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younes-alturkey%2Ffarabi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younes-alturkey%2Ffarabi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younes-alturkey%2Ffarabi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/younes-alturkey","download_url":"https://codeload.github.com/younes-alturkey/farabi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/younes-alturkey%2Ffarabi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32636096,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-04T10:08:07.713Z","status":"online","status_checked_at":"2026-05-05T02:00:06.033Z","response_time":54,"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":["chatgpt","chrome-extension","react","typescript","webpack"],"created_at":"2025-03-11T08:28:49.025Z","updated_at":"2026-05-05T04:40:58.755Z","avatar_url":"https://github.com/younes-alturkey.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChatGPT Spin Off — Farabi\n\nPowerful browser extension that adds OpenAI capabilities to your everyday browsing through an easy and fun experience.\n\n# Screenshots\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/younes-alturkey/fingertips-farabi/blob/main/screenshots/farabi-sc-1.jpg\" alt=\"demo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/younes-alturkey/fingertips-farabi/blob/main/screenshots/farabi-sc-2.jpg\" alt=\"demo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/younes-alturkey/fingertips-farabi/blob/main/screenshots/farabi-sc-3.jpg\" alt=\"demo\"/\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/younes-alturkey/fingertips-farabi/blob/main/screenshots/farabi-sc-4.jpg\" alt=\"demo\"/\u003e\n\u003c/p\u003e\n\n## Getting Started\n\n1. `npm i` to install dependancies\n2. `npm start` to start running the fast development mode Webpack build process that bundle files into the `dist` folder\n3. `npm i --save-dev \u003cpackage_name\u003e` to install new packages\n\n## Loading The Chrome Extension\n\n1. Open Chrome and navigate to `chrome://extensions/`\n2. Toggle on `Developer mode` in the top right corner\n3. Click `Load unpacked`\n4. Select the entire `dist` folder\n\n# Important Initial Steps\n\n1. `git init` to start a new git repo for tracking your changes, do an initial base commit with all the default files\n2. Update `package.json`, important fields include `author`, `version`, `name` and `description`\n3. Update `manifest.json`, important fields include `version`, `name` and `description`\n4. Update `webpack.commmon.js`, the title in the `getHtmlPlugins` function should be your extension name\n\n# Production Build\n\n1. `npm run build` to generate a minimized production build in the `dist` folder\n2. ZIP the entire `dist` folder (e.g. `dist.zip`)\n3. Publish the ZIP file on the Chrome Web Store Developer Dashboard\n\n## Important Default Boilerplate Notes\n\n-   Folders get flattened, static references to images from HTML do not need to be relative (i.e. `icon.png` instead of `../static/icon.png`)\n-   Importing local ts/tsx/css files should be relative, since Webpack will build a dependancy graph using these paths\n-   Update the manifest file as per usual for chrome related permissions, references to files in here should also be flattened and not be relative\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounes-alturkey%2Ffarabi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyounes-alturkey%2Ffarabi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyounes-alturkey%2Ffarabi/lists"}