Drupal API Search
Add support to the omnibox to search the Drupal API
ما هو Drupal API Search؟
Drupal API Search هو إضافة Chrome تم تطويرها بواسطة Carwin Young، والميزة الرئيسية لها هي "Add support to the omnibox to search the Drupal API".
تحميل ملف CRX للإضافة Drupal API Search
قم بتنزيل ملفات الامتداد Drupal API Search بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 } |