https://github.com/baikho/drupal-version-detector
Detects the Drupal core version on any Drupal site.
https://github.com/baikho/drupal-version-detector
chrome chrome-extension chrome-extensions drupal tooling tools
Last synced: about 1 month ago
JSON representation
Detects the Drupal core version on any Drupal site.
- Host: GitHub
- URL: https://github.com/baikho/drupal-version-detector
- Owner: baikho
- License: mit
- Created: 2025-03-29T22:27:41.000Z (12 months ago)
- Default Branch: 1.x
- Last Pushed: 2025-04-03T07:39:36.000Z (12 months ago)
- Last Synced: 2026-01-15T15:44:43.562Z (2 months ago)
- Topics: chrome, chrome-extension, chrome-extensions, drupal, tooling, tools
- Language: JavaScript
- Homepage: https://chromewebstore.google.com/detail/drupal-version-detector/dhanmiicielpdegicclkjbkgochdiihi
- Size: 22.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Drupal Version Detector
[](https://chromewebstore.google.com/detail/drupal-version-detector/dhanmiicielpdegicclkjbkgochdiihi)


[](https://github.com/baikho/drupal-version-detector/commits/1.x)
[](LICENSE)
[](https://github.com/baikho/drupal-version-detector/stargazers)
A lightweight Chrome extension that detects the **Drupal core version** of any website and displays it in the toolbar. Built for contributors, reviewers, and site builders who work with Drupal every day.
---
## π Features
- π Detects Drupal versions from:
- Meta tags (``)
- Asset URLs with `?v=10.4.3` style query parameters
- π― Shows version in:
- Toolbar popup
- Tooltip (on hover)
- Badge (major.minor version)
---
## πΈ Screenshots

---
## π¦ Installation
Available on the [Chrome Web Store](https://chromewebstore.google.com/detail/drupal-version-detector/dhanmiicielpdegicclkjbkgochdiihi).
Or install manually:
1. Clone this repo or [download the ZIP](https://github.com/baikho/drupal-version-detector/releases)
2. Visit `chrome://extensions`
3. Enable "Developer mode"
4. Click "Load unpacked" and select the extension folder
---
## π Permissions Used
- `activeTab`: To access the current page when you click the extension
- `scripting`: To inject the version detection script
- ``: To support version detection on any Drupal-powered site
---
## π¨βπ» For Developers
Want to contribute? Found a site it doesnβt work on? PRs welcome!
See [`detectDrupalVersion()`](./content.js) for the logic.
---
## π License
MIT License