Skip to content

baikho/drupal-version-detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Drupal Version Detector

Chrome Extension Version Made for Drupal Last Commit License: MIT Stars

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 (<meta name="Generator">)
    • Asset URLs with ?v=10.4.3 style query parameters
  • 🎯 Shows version in:
    • Toolbar popup
    • Tooltip (on hover)
    • Badge (major.minor version)

📸 Screenshots

Drupal Version Detector


📦 Installation

Available on the Chrome Web Store.

Or install manually:

  1. Clone this repo or download the ZIP
  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
  • <all_urls>: 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() for the logic.


📄 License

MIT License