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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        This extension enables searching the Drupal API from the omnibox by using the keyword "dapi".                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Drupal API Search Drupal API Search
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
}