Drupal API Search
Add support to the omnibox to search the Drupal API
Drupal API Search क्या है?
Drupal API Search Carwin Young द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Add support to the omnibox to search the Drupal API"।
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Drupal API Search एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".
एक्सटेंशन की मूल जानकारी
नाम | |
ID | fndfibkbfdaglikocmggomgliaegfhlo |
आधिकारिक URL | https://chrome.google.com/webstore/detail/drupal-api-search/fndfibkbfdaglikocmggomgliaegfhlo |
विवरण | Add support to the omnibox to search the Drupal API |
फ़ाइल का आकार | 15.04 KB |
स्थापना संख्या | 36 |
वर्तमान संस्करण | 1.0 |
अंतिम अपडेट | 2014-01-22 |
प्रकाशन तिथि | 2014-01-22 |
डेवलपर | Carwin Young |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://github.com/carwin/drupal-api-chrome |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Drupal API Search", "description": "Add support to the omnibox to search the Drupal API", "omnibox": { "keyword": "dapi" }, "icons": { "16": "icon.png", "128": "icon_128.png" }, "background": { "scripts": [ "background.js" ] }, "version": "1.0", "minimum_chrome_version": "9", "manifest_version": 2 } |