Check Drupal Version

This extension shows the drupal version installed in a site

Apa itu Check Drupal Version?

Check Drupal Version adalah ekstensi Chrome yang dikembangkan oleh manimjs, dan fitur utamanya adalah "This extension shows the drupal version installed in a site".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Check Drupal Version

Unduh file ekstensi Check Drupal Version dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        * 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.                    

Informasi Dasar Ekstensi

Nama Check Drupal Version Check Drupal Version
ID gfhoiggdhkhjhokgokloaccfphldlfnf
URL Resmi https://chrome.google.com/webstore/detail/check-drupal-version/gfhoiggdhkhjhokgokloaccfphldlfnf
Deskripsi This extension shows the drupal version installed in a site
Ukuran File 49.03 KB
Jumlah Instalasi 1,085
Versi Saat Ini 1.3
Terakhir Diperbarui 2019-08-20
Tanggal Publikasi 2019-08-20
Penilaian 2.43/5 Total 7 Penilaian
Pengembang manimjs
Tipe Pembayaran free
Bahasa yang Didukung 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:\/\/*\/*"
    ]
}