Check Drupal Version
This extension shows the drupal version installed in a site
Check Drupal Version क्या है?
Check Drupal Version manimjs द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension shows the drupal version installed in a site"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Check Drupal Version एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
* 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:\/\/*\/*" ] } |