Version Check for phpMyAdmin
Check what version of phpMyAdmin is in use.
What is Version Check for phpMyAdmin?
Version Check for phpMyAdmin is a Chrome extension developed by White Fir Design, and its main feature is "Check what version of phpMyAdmin is in use.".
Extension Screenshots
Download Version Check for phpMyAdmin Extension CRX File
Download Version Check for phpMyAdmin extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Version Check for phpMyAdmin determines if web pages are powered by phpMyAdmin, what version they are running, and indicates if the version in use is outdated. Recent Changes 1.0.73: Updated for release of phpMyAdmin 4.6.5.2. 1.0.72: Updated for release of phpMyAdmin 4.6.5.1. 1.0.71: Updated for release of phpMyAdmin 4.0.10.18, 4.4.15.9, and 4.6.5.
Extension Basic Information
Name | Version Check for phpMyAdmin |
ID | mgadbnohgoninkdjnknoglajhpgonkje |
Official URL | https://chromewebstore.google.com/detail/version-check-for-phpmyad/mgadbnohgoninkdjnknoglajhpgonkje |
Description | Check what version of phpMyAdmin is in use. |
File Size | 33.89 KB |
Installation Count | 184 |
Current Version | 1.0.73 |
Last Updated | 2017-01-21 |
Publish Date | 2017-01-21 |
Rating | 3.83/5 Total 6 Ratings |
Developer | White Fir Design |
[email protected] | |
Payment Type | free |
Extension Website | http://www.whitefirdesign.com/version-check-for-phpmyadmin?pk_campaign=VCP-Chrome |
Help Page URL | http://www.whitefirdesign.com/version-check-for-phpmyadmin |
Privacy Policy Page URL | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Supported Languages | id,ms,de,en,fil,fr,nl,no,tr,ca,da,et,es,it,lt,hu,pl,pt-BR,pt-PT,ro,sk,fi,sv,cs,el,bg,ru,uk,iw,zh-CN,zh-TW,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Version Check for phpMyAdmin", "description": "__MSG_extension_description__", "version": "1.0.73", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Version Check for phpMyAdmin" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle", "all_frames": true } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.whitefirdesign.com\/version-check-for-phpmyadmin?pk_campaign=VCP-Chrome", "offline_enabled": true } |