Check Drupal Version
This extension shows the drupal version installed in a site
Vad är Check Drupal Version?
Check Drupal Version är en Chrome-tillägg utvecklad av manimjs, och dess huvudfunktion är "This extension shows the drupal version installed in a site".
Tilläggsskärmbilder
Ladda ner Check Drupal Version-förlängningens CRX-fil
Ladda ner Check Drupal Version-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
* 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.
Grundläggande Information om Tillägg
Namn | |
ID | gfhoiggdhkhjhokgokloaccfphldlfnf |
Officiell webbadress | https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf |
Beskrivning | This extension shows the drupal version installed in a site |
Filstorlek | 49.03 KB |
Antal Installationer | 1,085 |
Aktuell Version | 1.3 |
Senast Uppdaterad | 2019-08-20 |
Publiceringsdatum | 2019-08-20 |
Betyg | 2.43/5 Totalt 7 Betyg |
Utvecklare | manimjs |
Betalningssätt | free |
Stödda Språk | 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:\/\/*\/*" ] } |