Check Drupal Version

This extension shows the drupal version installed in a site

ما هو Check Drupal Version؟

Check Drupal Version هو إضافة Chrome تم تطويرها بواسطة manimjs، والميزة الرئيسية لها هي "This extension shows the drupal version installed in a site".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة Check Drupal Version

قم بتنزيل ملفات الامتداد Check Drupal Version بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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.                    

معلومات أساسية عن التمديد

الاسم Check Drupal Version Check Drupal Version
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:\/\/*\/*"
    ]
}