Drupal Environment Indicator
Let you change your admin menu color for every site.
Drupal Environment Indicatorคืออะไร?
Drupal Environment Indicator เป็นส่วนขยายของ Chrome ที่พัฒนาโดย yograf และคุณลักษณะหลักของมันคือ "Let you change your admin menu color for every site."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Drupal Environment Indicator
ดาวน์โหลดไฟล์ส่วนขยาย Drupal Environment Indicator ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
If you ever changed your site just to figure after few minutes your on the wrong environment this extension is for you. Drupal Environment Indicator let you change admin menu colors to distinguish between your sites and environments. Doesn't need any module to be installed on server side. Just enable this extension and stop the sites confusion.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Drupal Environment Indicator |
ID | gnanlioeekepleadingcfbggobkckiif |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/drupal-environment-indica/gnanlioeekepleadingcfbggobkckiif |
คำอธิบาย | Let you change your admin menu color for every site. |
ขนาดไฟล์ | 92.4 KB |
จำนวนการติดตั้ง | 13 |
เวอร์ชันปัจจุบัน | 2.3 |
อัปเดตครั้งล่าสุด | 2016-10-27 |
วันที่เผยแพร่ | 2016-10-27 |
คะแนน | 4.00/5 รวมทั้งหมด 1 คะแนน |
ผู้พัฒนา | yograf |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
URL หน้านโยบายความเป็นส่วนตัว | https://cloud.bermad.io/static/media/Bermad_Cloud_Platform_Terms_of_Service.bb15fbe4.pdf |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drupal Environment Indicator", "description": "Let you change your admin menu color for every site.", "version": "2.3", "author": "Yogev Priel", "manifest_version": 2, "minimum_chrome_version": "20", "permissions": [ "tabs", "webNavigation", "storage", "declarativeContent", "activeTab", "http:\/\/*\/", "https:\/\/*\/" ], "icons": { "64": "images\/icon-64.png", "16": "images\/icon-16.png", "32": "images\/icon-32.png" }, "web_accessible_resources": [ "images\/icon-32.png" ], "page_action": { "default_icon": "images\/icon-16.png", "default_title": "change toolbar colors", "default_popup": "popup.html" }, "background": { "scripts": [ "background.js" ], "persistent": true } } |