Drupal Environment Indicator
Let you change your admin menu color for every site.
Drupal Environment Indicator क्या है?
Drupal Environment Indicator yograf द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Let you change your admin menu color for every site."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drupal Environment Indicator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 } } |