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.
- 🔍 Detects Drupal versions from:
- Meta tags (
<meta name="Generator">) - Asset URLs with
?v=10.4.3style query parameters
- Meta tags (
- 🎯 Shows version in:
- Toolbar popup
- Tooltip (on hover)
- Badge (major.minor version)
Available on the Chrome Web Store.
Or install manually:
- Clone this repo or download the ZIP
- Visit
chrome://extensions - Enable "Developer mode"
- Click "Load unpacked" and select the extension folder
activeTab: To access the current page when you click the extensionscripting: To inject the version detection script<all_urls>: To support version detection on any Drupal-powered site
Want to contribute? Found a site it doesn’t work on? PRs welcome!
See detectDrupalVersion() for the logic.
MIT License
