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 |
官方網址 | 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:\/\/*\/*" ] } |