{"id":26920688,"url":"https://github.com/baikho/drupal-tooler","last_synced_at":"2026-04-20T10:03:23.917Z","repository":{"id":285473204,"uuid":"957476814","full_name":"baikho/drupal-tooler","owner":"baikho","description":"Your everyday Chrome companion for drupal.org","archived":false,"fork":false,"pushed_at":"2025-04-10T20:16:30.000Z","size":55,"stargazers_count":3,"open_issues_count":5,"forks_count":2,"subscribers_count":2,"default_branch":"1.x","last_synced_at":"2026-01-15T15:44:43.566Z","etag":null,"topics":["browser-extension","chrome","chrome-extension","chrome-extensions","diff","drupal","drupal-project","patches","tooling","tools","utility"],"latest_commit_sha":null,"homepage":"https://chromewebstore.google.com/detail/drupal-tooler/lmkfjgfjbplgkgkgfmkiepadaajpenkn","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/baikho.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":"2025-03-30T13:25:36.000Z","updated_at":"2025-05-20T13:18:02.000Z","dependencies_parsed_at":"2025-04-01T00:20:08.855Z","dependency_job_id":null,"html_url":"https://github.com/baikho/drupal-tooler","commit_stats":null,"previous_names":["baikho/drupal-tooler"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/baikho/drupal-tooler","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-tooler","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-tooler/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-tooler/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-tooler/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/baikho","download_url":"https://codeload.github.com/baikho/drupal-tooler/tar.gz/refs/heads/1.x","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/baikho%2Fdrupal-tooler/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32042294,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-20T00:18:06.643Z","status":"online","status_checked_at":"2026-04-20T02:00:06.527Z","response_time":94,"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":["browser-extension","chrome","chrome-extension","chrome-extensions","diff","drupal","drupal-project","patches","tooling","tools","utility"],"created_at":"2025-04-01T22:39:33.592Z","updated_at":"2026-04-20T10:03:23.912Z","avatar_url":"https://github.com/baikho.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Drupal Tooler\n\n[![Chrome Extension](https://img.shields.io/badge/Chrome-Extension-brightgreen?logo=googlechrome\u0026logoColor=white)](https://chromewebstore.google.com/detail/drupal-tooler/lmkfjgfjbplgkgkgfmkiepadaajpenkn)\n[![Drupal.org](https://img.shields.io/badge/Drupal.org-Enhanced-blue?logo=drupal)](https://www.drupal.org/project/tooler)\n[![License: MIT](https://img.shields.io/github/license/baikho/drupal-tooler)](LICENSE)\n[![Last Commit](https://img.shields.io/github/last-commit/baikho/drupal-tooler)](https://github.com/baikho/drupal-tooler/commits/1.x)\n[![Stars](https://img.shields.io/github/stars/baikho/drupal-tooler?style=social)](https://github.com/baikho/drupal-tooler/stargazers)\n\n| ![Drupal Tooler Icon](https://github.com/user-attachments/assets/f190a29b-1eab-4007-9450-46f3245e0cc4) | A lightweight Chrome Extension that enhances Drupal.org issue pages with useful tools for developers. |\n|------------------------------------|------------------------------------------------------------------------|\n\n---\n\n## ✅ Features\n\n### 📦 Composer Patch Button\n\n- Adds a **\"Composer\"** column to patch file tables on issue pages\n- Generates a valid Composer patch entry like:\n\n  ```json\n  \"drupal/[project_name]\": {\n    \"#123456: Issue title\": \"https://www.drupal.org/files/issues/...\"\n  }\n  ```\n\n---\n\n### 💬 Reply Button\n\n- Adds a 💬 \"Reply\" icon button to each comment on issue pages. When clicked:\n- Appends a permalink to the comment (e.g. `\u003ca href=\"#comment-14937840\"\u003e#13\u003c/a\u003e`)\n\n---\n\n### 🛠 GitLab MR Patch Composer\n\n- Detects GitLab merge requests in the issue fork block\n- Creates a table showing:\n  - MR number (e.g. `!8`)\n  - Patch download link (`.patch`)\n  - \"Copy\" button with Composer patch JSON\n\n---\n\n### 👀 Inline Patch Previews\n\nAdds a \"Preview\" button next to each patch file on issue pages.\n\n- Expands a full-width row below the patch row\n- Fetches and displays patch contents inline\n- Adds syntax highlighting:\n  - ✅ Light green for added lines\n  - ❌ Light red for removed lines\n- Great for reviewing diffs without leaving the page\n\n---\n\n### 🏷 OP Comment Badging\n\nAdds a small \"OP\" badge next to the username of the original poster on issue comments.\n\n- Makes it easy to identify the person who opened the issue\n- Clean, minimalist styling using Drupal brand color\n\n---\n\n## 📸 Screenshots\n\n![Drupal Tooler](https://github.com/user-attachments/assets/9b232e4e-968a-4221-9895-b970f3f0e100)\n\n---\n\n## 🛠 Installation\n\nAvailable on the [Chrome Web Store](https://chromewebstore.google.com/detail/drupal-tooler/lmkfjgfjbplgkgkgfmkiepadaajpenkn).\n\nOr install manually:\n\n1. Clone or download the repository\n2. Visit `chrome://extensions` in your browser\n3. Enable **Developer Mode**\n4. Click **Load unpacked**\n5. Select the project folder\n\n---\n\n## 📦 License\n\nMIT — go wild and contribute back!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaikho%2Fdrupal-tooler","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbaikho%2Fdrupal-tooler","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbaikho%2Fdrupal-tooler/lists"}