Check Drupal Version
This extension shows the drupal version installed in a site
Check Drupal Version là gì?
Check Drupal Version là một tiện ích mở rộng Chrome được phát triển bởi manimjs, và tính năng chính của nó là "This extension shows the drupal version installed in a site".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Check Drupal Version
Tải xuống các tệp mở rộng Check Drupal Version dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
* 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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
URL Chính Thức | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
Mô tả | This extension shows the drupal version installed in a site |
Kích Thước Tệp | 49.03 KB |
Số Lần Cài Đặt | 1,085 |
Phiên Bản Hiện Tại | 1.3 |
Cập Nhật Lần Cuối | 2019-08-20 |
Ngày Phát Hành | 2019-08-20 |
Đánh Giá | 2.43/5 Tổng số 7 Đánh Giá |
Nhà Phát Triển | manimjs |
Loại Thanh Toán | free |
Ngôn Ngữ Được Hỗ Trợ | 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:\/\/*\/*" ] } |