Check Drupal Version
This extension shows the drupal version installed in a site
Check Drupal Versionとは何ですか?
Check Drupal Versionはmanimjsによって開発されたChromeの拡張機能で、その主な機能は「This extension shows the drupal version installed in a site」です。
拡張機能のスクリーンショット
Check Drupal Version拡張機能のCRXファイルをダウンロード
Check Drupal Version拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
* 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:\/\/*\/*" ] } |