Check Drupal Version
This extension shows the drupal version installed in a site
什么是Check Drupal Version?
Check Drupal Version是由manimjs开发的Chrome扩展程序,该扩展的主要功能是“This extension shows the drupal version installed in a site”。
扩展截图
下载Check Drupal Version扩展crx文件
下载Check Drupal Version扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
* The add-on will be helpful for all developers to find the current Drupal version of a particular site. * We can easily identify, whether the site is built in D6 or D7. * This Chrome Extension is helpful for the Drupal Developers as well as for others to identify the version in a single click. - Owning & Maintaining by Manikandan for Cognizant Technology Solutions.
扩展基本信息
名称 | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
官方URL | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
简介 | This extension shows the drupal version installed in a site |
文件大小 | 49.03 KB |
安装次数 | 1,085 |
当前版本 | 1.3 |
更新时间 | 2019-08-20 |
上架时间 | 2019-08-20 |
评分 | 2.43/5 共7次评分 |
开发者 | manimjs |
付费类型 | free |
支持的语言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Check Drupal Version", "description": "This extension shows the drupal version installed in a site", "version": "1.3", "short_name": "DrupalVers", "browser_action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "permissions": [ "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |