DrupalPod helper extension
This extension sets up a development environment for Drupal contributions.
DrupalPod helper extensionとは何ですか?
DrupalPod helper extensionはOfer Shaalによって開発されたChromeの拡張機能で、その主な機能は「This extension sets up a development environment for Drupal contributions.」です。
拡張機能のスクリーンショット
DrupalPod helper extension拡張機能のCRXファイルをダウンロード
DrupalPod helper extension拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
This extension allow Drupal contributions in 1 click.
Open this extension from any issue page on Drupal.org, a full Drupal development environment in the cloud will open. 拡張機能の基本情報
| 名前 | |
| ID | pjfjhkcfkhbemnbpkakjhmboacefmjjl |
| 公式URL | https://chromewebstore.google.com/detail/drupalpod-helper-extensio/pjfjhkcfkhbemnbpkakjhmboacefmjjl |
| 説明 | This extension sets up a development environment for Drupal contributions. |
| ファイルサイズ | 29.76 KB |
| インストール数 | 1,151 |
| 現在のバージョン | 1.0.7 |
| 最終更新日 | 2023-06-07 |
| 公開日 | 2021-06-22 |
| 評価 | 5.00/5 合計 3 レビュー |
| 開発者 | Ofer Shaal |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/shaal/drupalpod |
| ヘルプページのURL | https://github.com/shaal/drupalpod |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "DrupalPod helper extension",
"description": "This extension sets up a development environment for Drupal contributions.",
"version": "1.0.7",
"homepage_url": "https:\/\/www.drupalpod.com",
"icons": {
"128": "icons\/DrupalPod-128x128.png"
},
"browser_action": {
"default_icon": "icons\/DrupalPod-128x128.png",
"default_popup": "popup.html",
"default_title": "DrupalPod"
},
"permissions": [
"activeTab",
"storage"
],
"background": {
"scripts": [
"scripts\/background.js"
],
"persistent": false
},
"options_ui": {
"page": "options.html",
"open_in_tab": false
},
"browser_specific_settings": {
"gecko": {
"strict_min_version": "89.0"
}
}
} | |